NIMChatroomQueueChangeType enum Null safety
Constructors
- NIMChatroomQueueChangeType()
-
const
Values
- undefined → const NIMChatroomQueueChangeType
-
const NIMChatroomQueueChangeType(0)
- offer → const NIMChatroomQueueChangeType
-
新增队列元素
const NIMChatroomQueueChangeType(1)
- poll → const NIMChatroomQueueChangeType
-
移除队列元素
const NIMChatroomQueueChangeType(2)
- drop → const NIMChatroomQueueChangeType
-
清空所有队列元素
const NIMChatroomQueueChangeType(3)
- partialClear → const NIMChatroomQueueChangeType
-
部分清理操作(发生在提交元素的用户掉线时,清理这个用户对应的key)
const NIMChatroomQueueChangeType(4)
- batchUpdate → const NIMChatroomQueueChangeType
-
批量更新队列元素
const NIMChatroomQueueChangeType(5)
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.
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]