ConversationUpdateReason enum
Indicates reason for conversation update.
Values
- ATTRIBUTES → const ConversationUpdateReason
-
Conversation attributes changed.
- FRIENDLY_NAME → const ConversationUpdateReason
-
Conversation friendly name changed.
- LAST_MESSAGE → const ConversationUpdateReason
-
Last message in conversation changed.
This update does not trigger when message itself changes, there's MessageUpdateReason event for that. However, if a new message is added or last conversation message is deleted this event will be triggered.
- LAST_READ_MESSAGE_INDEX → const ConversationUpdateReason
-
Conversation last read message changed.
- NOTIFICATION_LEVEL → const ConversationUpdateReason
-
Notification leven changed.
- STATE → const ConversationUpdateReason
-
Conversation state changed.
- STATUS → const ConversationUpdateReason
-
Conversation status changed.
- UNIQUE_NAME → const ConversationUpdateReason
-
Conversation unique name changed.
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
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<
ConversationUpdateReason> - A constant List of the values in this enum, in order of their declaration.