DarwinNotificationActionOption enum
Describes when & how the notification action is displayed.
See official docs at https://developer.apple.com/documentation/usernotifications/unnotificationactionoptions for more details.
Values
- authenticationRequired → const DarwinNotificationActionOption
-
The action can be performed only on an unlocked device.
- destructive → const DarwinNotificationActionOption
-
The action performs a destructive task.
- foreground → const DarwinNotificationActionOption
-
The action causes the app to launch in the foreground.
Properties
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<
DarwinNotificationActionOption> - A constant List of the values in this enum, in order of their declaration.