UIApplicationShortcutIconType enum

Inheritance
Available extensions

Values

UIApplicationShortcutIconTypeCompose → const UIApplicationShortcutIconType
const UIApplicationShortcutIconType(0)
UIApplicationShortcutIconTypePlay → const UIApplicationShortcutIconType
const UIApplicationShortcutIconType(1)
UIApplicationShortcutIconTypePause → const UIApplicationShortcutIconType
const UIApplicationShortcutIconType(2)
UIApplicationShortcutIconTypeAdd → const UIApplicationShortcutIconType
const UIApplicationShortcutIconType(3)
UIApplicationShortcutIconTypeLocation → const UIApplicationShortcutIconType
const UIApplicationShortcutIconType(4)
UIApplicationShortcutIconTypeSearch → const UIApplicationShortcutIconType
const UIApplicationShortcutIconType(5)
UIApplicationShortcutIconTypeShare → const UIApplicationShortcutIconType
const UIApplicationShortcutIconType(6)
UIApplicationShortcutIconTypeProhibit → const UIApplicationShortcutIconType
const UIApplicationShortcutIconType(7)
UIApplicationShortcutIconTypeContact → const UIApplicationShortcutIconType
const UIApplicationShortcutIconType(8)
UIApplicationShortcutIconTypeHome → const UIApplicationShortcutIconType
const UIApplicationShortcutIconType(9)
UIApplicationShortcutIconTypeMarkLocation → const UIApplicationShortcutIconType
const UIApplicationShortcutIconType(10)
UIApplicationShortcutIconTypeFavorite → const UIApplicationShortcutIconType
const UIApplicationShortcutIconType(11)
UIApplicationShortcutIconTypeLove → const UIApplicationShortcutIconType
const UIApplicationShortcutIconType(12)
UIApplicationShortcutIconTypeCloud → const UIApplicationShortcutIconType
const UIApplicationShortcutIconType(13)
UIApplicationShortcutIconTypeInvitation → const UIApplicationShortcutIconType
const UIApplicationShortcutIconType(14)
UIApplicationShortcutIconTypeConfirmation → const UIApplicationShortcutIconType
const UIApplicationShortcutIconType(15)
UIApplicationShortcutIconTypeMail → const UIApplicationShortcutIconType
const UIApplicationShortcutIconType(16)
UIApplicationShortcutIconTypeMessage → const UIApplicationShortcutIconType
const UIApplicationShortcutIconType(17)
UIApplicationShortcutIconTypeDate → const UIApplicationShortcutIconType
const UIApplicationShortcutIconType(18)
UIApplicationShortcutIconTypeTime → const UIApplicationShortcutIconType
const UIApplicationShortcutIconType(19)
UIApplicationShortcutIconTypeCapturePhoto → const UIApplicationShortcutIconType
const UIApplicationShortcutIconType(20)
UIApplicationShortcutIconTypeCaptureVideo → const UIApplicationShortcutIconType
const UIApplicationShortcutIconType(21)
UIApplicationShortcutIconTypeTask → const UIApplicationShortcutIconType
const UIApplicationShortcutIconType(22)
UIApplicationShortcutIconTypeTaskCompleted → const UIApplicationShortcutIconType
const UIApplicationShortcutIconType(23)
UIApplicationShortcutIconTypeAlarm → const UIApplicationShortcutIconType
const UIApplicationShortcutIconType(24)
UIApplicationShortcutIconTypeBookmark → const UIApplicationShortcutIconType
const UIApplicationShortcutIconType(25)
UIApplicationShortcutIconTypeShuffle → const UIApplicationShortcutIconType
const UIApplicationShortcutIconType(26)
UIApplicationShortcutIconTypeAudio → const UIApplicationShortcutIconType
const UIApplicationShortcutIconType(27)
UIApplicationShortcutIconTypeUpdate → const UIApplicationShortcutIconType
const UIApplicationShortcutIconType(28)

Properties

hashCode int
The hash code for this object.
no setterinherited
index int
A numeric identifier for the enumerated value.
no setterinherited
name String

Available on Enum, provided by the EnumName extension

The name of the enum value.
no setter
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
value int
final

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited

Static Methods

fromValue(int value) UIApplicationShortcutIconType

Constants

values → const List<UIApplicationShortcutIconType>
A constant List of the values in this enum, in order of their declaration.