ChatThreadOperation enum
~english The message thread events. ~end
~chinese 子区事件类型枚举。 ~end
Constructors
- ChatThreadOperation()
-
const
Values
- UnKnown → const ChatThreadOperation
-
~english The unknown type of message thread event. ~end
~chinese 未知类型。 ~end
- Create → const ChatThreadOperation
-
~english The message thread is created. ~end
~chinese 子区创建。 ~end
- Update → const ChatThreadOperation
-
~english The message thread is updated. ~end
~chinese 子区更新。 ~end
- Delete → const ChatThreadOperation
-
~english The message thread is destroyed. ~end
~chinese 子区删除。 ~end
- Update_Msg → const ChatThreadOperation
-
~english The last reply in the message thread is updated. ~end
~chinese 更新子区最新一条消息。 ~end
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<
ChatThreadOperation> - A constant List of the values in this enum, in order of their declaration.