Priority enum
Priority for notifications on Android 7.1 and lower.
Values
- min → const Priority
-
Corresponds to
NotificationCompat.PRIORITY_MIN
.const Priority(-2)
- low → const Priority
-
Corresponds to
NotificationCompat.PRIORITY_LOW()
.const Priority(-1)
- defaultPriority → const Priority
-
Corresponds to
NotificationCompat.PRIORITY_DEFAULT
.const Priority(0)
- high → const Priority
-
Corresponds to
NotificationCompat.PRIORITY_HIGH
.const Priority(1)
- max → const Priority
-
Corresponds to
NotificationCompat.PRIORITY_MAX
.const Priority(2)
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