NotificationChannelImportance class

Constructors

NotificationChannelImportance(int rawValue)
Constructs an instance of NotificationChannelImportance.
const

Properties

hashCode → int
The hash code for this object.
no setterinherited
rawValue → int
The raw value of NotificationChannelImportance.
final
runtimeType → Type
A representation of the runtime type of the object.
no setterinherited

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

DEFAULT → const NotificationChannelImportance
Default notification importance: shows everywhere, makes noise, but does not visually intrude.
HIGH → const NotificationChannelImportance
Higher notification importance: shows everywhere, makes noise and peeks. May use full screen intents.
LOW → const NotificationChannelImportance
Low notification importance: shows in the shade, and potentially in the status bar (see shouldHideSilentStatusBarIcons()), but is not audibly intrusive.
MAX → const NotificationChannelImportance
Max notification importance: same as HIGH, but generally not used.
MIN → const NotificationChannelImportance
Min notification importance: only shows in the shade, below the fold.
NONE → const NotificationChannelImportance
A notification with no importance: does not show in the shade.