NIMChatroomQueueChangeType enum Null safety

Inheritance

Constructors

NIMChatroomQueueChangeType()
const

Values

undefined → const NIMChatroomQueueChangeType
NIMChatroomQueueChangeType()
offer → const NIMChatroomQueueChangeType

新增队列元素

NIMChatroomQueueChangeType()
poll → const NIMChatroomQueueChangeType

移除队列元素

NIMChatroomQueueChangeType()
drop → const NIMChatroomQueueChangeType

清空所有队列元素

NIMChatroomQueueChangeType()
partialClear → const NIMChatroomQueueChangeType

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

NIMChatroomQueueChangeType()
batchUpdate → const NIMChatroomQueueChangeType

批量更新队列元素

NIMChatroomQueueChangeType()

Properties

hashCode int
The hash code for this object.
read-only, inherited
index int
A numeric identifier for the enumerated value.
read-only, inherited
runtimeType Type
A representation of the runtime type of the object.
read-only, inherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a non-existent 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.
[undefined, offer, poll, drop, partialClear, batchUpdate]