SystemSoundID enum
Default iOS system sound IDs
- Inheritance
- Available extensions
Values
- newMail → const SystemSoundID
- mailSent → const SystemSoundID
- voicemailReceived → const SystemSoundID
- receivedMessage → const SystemSoundID
- sentMessage → const SystemSoundID
- alarm → const SystemSoundID
- lowPower → const SystemSoundID
- smsReceived → const SystemSoundID
- smsSent → const SystemSoundID
- tweetSent → const SystemSoundID
- anticipate → const SystemSoundID
- bloom → const SystemSoundID
- calypso → const SystemSoundID
- chooChoo → const SystemSoundID
- descent → const SystemSoundID
- fanfare → const SystemSoundID
- ladder → const SystemSoundID
- minuet → const SystemSoundID
- newsFlash → const SystemSoundID
- noir → const SystemSoundID
- sherwoodForest → const SystemSoundID
- spell → const SystemSoundID
- suspense → const SystemSoundID
- telegraph → const SystemSoundID
- tiptoes → const SystemSoundID
- typewriters → const SystemSoundID
- update → const SystemSoundID
- ussdAlert → const SystemSoundID
- simToolkitCallDropped → const SystemSoundID
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
-
Available on SystemSoundID, provided by the SystemSoundIDExtension extension
no setter
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
Constants
-
values
→ const List<
SystemSoundID> - A constant List of the values in this enum, in order of their declaration.