WindowsNotificationSound enum
A preset sound for a Windows notification.
Values
- defaultSound → const WindowsNotificationSound
-
The default sound.
const WindowsNotificationSound('ms-winsoundevent:Notification.Default') - im → const WindowsNotificationSound
-
The IM sound.
const WindowsNotificationSound('ms-winsoundevent:Notification.IM') - mail → const WindowsNotificationSound
-
The Mail sound.
const WindowsNotificationSound('ms-winsoundevent:Notification.Mail') - reminder → const WindowsNotificationSound
-
The Reminder sound.
const WindowsNotificationSound('ms-winsoundevent:Notification.Reminder') - sms → const WindowsNotificationSound
-
The SMS sound.
const WindowsNotificationSound('ms-winsoundevent:Notification.SMS') - alarm1 → const WindowsNotificationSound
-
Alarm sound 1.
const WindowsNotificationSound('ms-winsoundevent:Notification.Looping.Alarm1') - alarm2 → const WindowsNotificationSound
-
Alarm sound 2.
const WindowsNotificationSound('ms-winsoundevent:Notification.Looping.Alarm2') - alarm3 → const WindowsNotificationSound
-
Alarm sound 3.
const WindowsNotificationSound('ms-winsoundevent:Notification.Looping.Alarm3') - alarm4 → const WindowsNotificationSound
-
Alarm sound 4.
const WindowsNotificationSound('ms-winsoundevent:Notification.Looping.Alarm4') - alarm5 → const WindowsNotificationSound
-
Alarm sound 5.
const WindowsNotificationSound('ms-winsoundevent:Notification.Looping.Alarm5') - alarm6 → const WindowsNotificationSound
-
Alarm sound 6.
const WindowsNotificationSound('ms-winsoundevent:Notification.Looping.Alarm6') - alarm7 → const WindowsNotificationSound
-
Alarm sound 7.
const WindowsNotificationSound('ms-winsoundevent:Notification.Looping.Alarm7') - alarm8 → const WindowsNotificationSound
-
Alarm sound 8.
const WindowsNotificationSound('ms-winsoundevent:Notification.Looping.Alarm8') - alarm9 → const WindowsNotificationSound
-
Alarm sound 9.
const WindowsNotificationSound('ms-winsoundevent:Notification.Looping.Alarm9') - alarm10 → const WindowsNotificationSound
-
Alarm sound 10.
const WindowsNotificationSound('ms-winsoundevent:Notification.Looping.Alarm10') - call1 → const WindowsNotificationSound
-
Call sound 1.
const WindowsNotificationSound('ms-winsoundevent:Notification.Looping.Call1') - call2 → const WindowsNotificationSound
-
Call sound 2.
const WindowsNotificationSound('ms-winsoundevent:Notification.Looping.Call2') - call3 → const WindowsNotificationSound
-
Call sound 3.
const WindowsNotificationSound('ms-winsoundevent:Notification.Looping.Call3') - call4 → const WindowsNotificationSound
-
Call sound 4.
const WindowsNotificationSound('ms-winsoundevent:Notification.Looping.Call4') - call5 → const WindowsNotificationSound
-
Call sound 5.
const WindowsNotificationSound('ms-winsoundevent:Notification.Looping.Call5') - call6 → const WindowsNotificationSound
-
Call sound 6.
const WindowsNotificationSound('ms-winsoundevent:Notification.Looping.Call6') - call7 → const WindowsNotificationSound
-
Call sound 7.
const WindowsNotificationSound('ms-winsoundevent:Notification.Looping.Call7') - call8 → const WindowsNotificationSound
-
Call sound 8.
const WindowsNotificationSound('ms-winsoundevent:Notification.Looping.Call8') - call9 → const WindowsNotificationSound
-
Call sound 9.
const WindowsNotificationSound('ms-winsoundevent:Notification.Looping.Call9') - call10 → const WindowsNotificationSound
-
Call sound 10.
const WindowsNotificationSound('ms-winsoundevent:Notification.Looping.Call10')
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- index → int
-
A numeric identifier for the enumerated value.
no setterinherited
- name → String
-
The Windows API name for this sound.
final
- 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
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<
WindowsNotificationSound> - A constant List of the values in this enum, in order of their declaration.