ResponseActions enum

Defines the response actions that can be taken on an item. [Flags]
Inheritance

Constructors

ResponseActions()
const

Values

Accept → const ResponseActions
No action can be taken. The item can be accepted.
TentativelyAccept → const ResponseActions
The item can be tentatively accepted.
Decline → const ResponseActions
The item can be declined.
Reply → const ResponseActions
The item can be replied to.
ReplyAll → const ResponseActions
The item can be replied to.
Forward → const ResponseActions
The item can be forwarded.
Cancel → const ResponseActions
The item can be cancelled.
RemoveFromCalendar → const ResponseActions
The item can be removed from the calendar.
SuppressReadReceipt → const ResponseActions
The item's read receipt can be suppressed.
PostReply → const ResponseActions
A reply to the item can be posted.

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