Priority enum

Priority for notifications on Android 7.1 and lower.

Inheritance

Constructors

Priority(int value)
Constructs an instance of Priority.
const

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
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

Constants

values → const List<Priority>
A constant List of the values in this enum, in order of their declaration.