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
- 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
- value → int
-
The integer representation of Priority.
final
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