NotificationLayout enum

Notification Layout to be used as reference to build the notification. If is not possible to build the desired layout, use the default one.

Inheritance

Constructors

NotificationLayout()
const

Values

Default → const NotificationLayout
BigPicture → const NotificationLayout
BigText → const NotificationLayout
Inbox → const NotificationLayout
ProgressBar → const NotificationLayout
Messaging → const NotificationLayout
MessagingGroup → const NotificationLayout
MediaPlayer → const NotificationLayout

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

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<NotificationLayout>
A constant List of the values in this enum, in order of their declaration.