AndroidNotificationChannelAction enum
The available actions for managing notification channels.
Constants
- createIfNotExists → const AndroidNotificationChannelAction
-
Create a channel if it doesn't exist.
const AndroidNotificationChannelAction(0)
- update → const AndroidNotificationChannelAction
-
Updates the details of an existing channel. Note that some details can not be changed once a channel has been created.
const AndroidNotificationChannelAction(1)
-
values
→ const List<
AndroidNotificationChannelAction> -
A constant List of the values in this enum, in order of their declaration.
const List<
AndroidNotificationChannelAction>
Properties
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a non-existent method or property is accessed. [...]
inherited
-
toString(
) → String -
Returns a string representation of this object.
override
Operators
-
operator ==(
Object other) → bool -
The equality operator. [...]
inherited