SemanticAction enum

The available meanings that can be associated with a notification action.

Inheritance
Available extensions

Values

none → const SemanticAction

Corresponds to Notification.Action.SEMANTIC_ACTION_NONE.

const SemanticAction(0)
reply → const SemanticAction

Corresponds to Notification.Action.SEMANTIC_ACTION_REPLY.

const SemanticAction(1)
markAsRead → const SemanticAction

Corresponds to Notification.Action.SEMANTIC_ACTION_MARK_AS_READ.

const SemanticAction(2)
markAsUnread → const SemanticAction

Corresponds to Notification.Action.SEMANTIC_ACTION_MARK_AS_UNREAD.

const SemanticAction(3)
delete → const SemanticAction

Corresponds to Notification.Action.SEMANTIC_ACTION_DELETE.

const SemanticAction(4)
archive → const SemanticAction

Corresponds to Notification.Action.SEMANTIC_ACTION_ARCHIVE.

const SemanticAction(5)
mute → const SemanticAction

Corresponds to Notification.Action.SEMANTIC_ACTION_MUTE.

const SemanticAction(6)
unmute → const SemanticAction

Corresponds to Notification.Action.SEMANTIC_ACTION_UNMUTE.

const SemanticAction(7)
thumbsUp → const SemanticAction

Corresponds to Notification.Action.SEMANTIC_ACTION_THUMBS_UP.

const SemanticAction(8)
thumbsDown → const SemanticAction

Corresponds to Notification.Action.SEMANTIC_ACTION_THUMBS_DOWN.

const SemanticAction(9)
call → const SemanticAction

Corresponds to Notification.Action.SEMANTIC_ACTION_CALL.

const SemanticAction(10)

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