NIMChatroomQueueChangeType enum

Inheritance

Constructors

NIMChatroomQueueChangeType()
const

Values

undefined → const NIMChatroomQueueChangeType
offer → const NIMChatroomQueueChangeType

新增队列元素

poll → const NIMChatroomQueueChangeType

移除队列元素

drop → const NIMChatroomQueueChangeType

清空所有队列元素

partialClear → const NIMChatroomQueueChangeType

部分清理操作(发生在提交元素的用户掉线时,清理这个用户对应的key)

batchUpdate → const NIMChatroomQueueChangeType

批量更新队列元素

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