WindowsNotificationScenario enum

The scenario a notification is being used for.

Inheritance
Available extensions

Values

reminder → const WindowsNotificationScenario

Reminders are expanded and remain until manually dismissed.

This will be ignored unless the notification also has at least one WindowsAction that activates a background task.

alarm → const WindowsNotificationScenario

Alarms are expanded and remain until manually dismissed.

By default, alarm notifications loop the standard "alarm" sound.

incomingCall → const WindowsNotificationScenario

Calls are expanded and show in a special format.

By default, call notifications loop the standard "call" sound.

urgent → const WindowsNotificationScenario

Urgent notifications can break through Do Not Disturb settings.

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

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<WindowsNotificationScenario>
A constant List of the values in this enum, in order of their declaration.