EMChatThreadOperation enum

~english The message thread events. ~end

~chinese 子区事件类型枚举。 ~end

Inheritance

Constructors

EMChatThreadOperation()
const

Values

UnKnown → const EMChatThreadOperation

~english The unknown type of message thread event. ~end

~chinese 未知类型。 ~end

Create → const EMChatThreadOperation

~english The message thread is created. ~end

~chinese 子区创建。 ~end

Update → const EMChatThreadOperation

~english The message thread is updated. ~end

~chinese 子区更新。 ~end

Delete → const EMChatThreadOperation

~english The message thread is destroyed. ~end

~chinese 子区删除。 ~end

Update_Msg → const EMChatThreadOperation

~english The last reply in the message thread is updated. ~end

~chinese 更新子区最新一条消息。 ~end

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