ConversationActionType enum
Values
- AlwaysCategorize → const ConversationActionType
-
Categorizes every current and future message in the conversation - AlwaysDelete → const ConversationActionType
-
Deletes every current and future message in the conversation - AlwaysMove → const ConversationActionType
-
Moves every current and future message in the conversation - Delete → const ConversationActionType
-
Deletes current item in context folder in the conversation - Move → const ConversationActionType
-
Moves current item in context folder in the conversation - Copy → const ConversationActionType
-
Copies current item in context folder in the conversation - SetReadState → const ConversationActionType
-
Marks current item in context folder in the conversation with provided read state - SetRetentionPolicy → const ConversationActionType
-
Set retention policy. - Flag → const ConversationActionType
-
Flag current items in context folder in the conversation with provided flag state.
Properties
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<
ConversationActionType> - A constant List of the values in this enum, in order of their declaration.