NIMChatroomQueueChangeType enum Null safety
Constants
- batchUpdate → const NIMChatroomQueueChangeType
-
批量更新队列元素
const NIMChatroomQueueChangeType(5)
- drop → const NIMChatroomQueueChangeType
-
清空所有队列元素
const NIMChatroomQueueChangeType(3)
- offer → const NIMChatroomQueueChangeType
-
新增队列元素
const NIMChatroomQueueChangeType(1)
- partialClear → const NIMChatroomQueueChangeType
-
部分清理操作(发生在提交元素的用户掉线时,清理这个用户对应的key)
const NIMChatroomQueueChangeType(4)
- poll → const NIMChatroomQueueChangeType
-
移除队列元素
const NIMChatroomQueueChangeType(2)
- undefined → const NIMChatroomQueueChangeType
-
const NIMChatroomQueueChangeType(0)
-
values
→ const List<
NIMChatroomQueueChangeType> -
A constant List of the values in this enum, in order of their declaration.
const List<
NIMChatroomQueueChangeType>
Properties
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a non-existent method or property is accessed. [...]
inherited
-
toString(
) → String -
A string representation of this object. [...]
override
Operators
-
operator ==(
Object other) → bool -
The equality operator. [...]
inherited