NIMSDK-AOS
9.19.0
|
Created by winnie on 2017/6/27. 更多...
Public 成员函数 | |
ChatRoomQueueChangeType (int value) | |
int | getValue () |
静态 Public 成员函数 | |
static ChatRoomQueueChangeType | typeOfValue (int value) |
Public 属性 | |
undefined =(-1) | |
未定义类型 更多... | |
OFFER =(1) | |
OFFER:新增队列元素 更多... | |
POLL =(2) | |
POLL: 移除队列元素 更多... | |
DROP =(3) | |
DROP: 清空所有队列元素 更多... | |
PARTCLEAR =(4) | |
PARTCLEAR: 部分清理操作(发生在提交元素的用户掉线时,清理这个用户对应的key) 更多... | |
BATCH_UPDATE =(5) | |
BATCH_UPDATE : 批量更新队列元素 更多... | |
BATCH_OFFER =(6) | |
BATCH_OFFER : 批量新增或变更队列元素 更多... | |
Created by winnie on 2017/6/27.
在文件 ChatRoomQueueChangeType.java 第 7 行定义.
com.netease.nimlib.sdk.msg.constant.ChatRoomQueueChangeType.ChatRoomQueueChangeType | ( | int | value | ) |
在文件 ChatRoomQueueChangeType.java 第 41 行定义.
int com.netease.nimlib.sdk.msg.constant.ChatRoomQueueChangeType.getValue | ( | ) |
在文件 ChatRoomQueueChangeType.java 第 45 行定义.
|
static |
在文件 ChatRoomQueueChangeType.java 第 49 行定义.
com.netease.nimlib.sdk.msg.constant.ChatRoomQueueChangeType.BATCH_OFFER =(6) |
BATCH_OFFER : 批量新增或变更队列元素
在文件 ChatRoomQueueChangeType.java 第 37 行定义.
com.netease.nimlib.sdk.msg.constant.ChatRoomQueueChangeType.BATCH_UPDATE =(5) |
BATCH_UPDATE : 批量更新队列元素
在文件 ChatRoomQueueChangeType.java 第 32 行定义.
com.netease.nimlib.sdk.msg.constant.ChatRoomQueueChangeType.DROP =(3) |
DROP: 清空所有队列元素
在文件 ChatRoomQueueChangeType.java 第 23 行定义.
com.netease.nimlib.sdk.msg.constant.ChatRoomQueueChangeType.OFFER =(1) |
OFFER:新增队列元素
在文件 ChatRoomQueueChangeType.java 第 15 行定义.
com.netease.nimlib.sdk.msg.constant.ChatRoomQueueChangeType.PARTCLEAR =(4) |
PARTCLEAR: 部分清理操作(发生在提交元素的用户掉线时,清理这个用户对应的key)
在文件 ChatRoomQueueChangeType.java 第 27 行定义.
com.netease.nimlib.sdk.msg.constant.ChatRoomQueueChangeType.POLL =(2) |
POLL: 移除队列元素
在文件 ChatRoomQueueChangeType.java 第 19 行定义.
com.netease.nimlib.sdk.msg.constant.ChatRoomQueueChangeType.undefined =(-1) |
未定义类型
在文件 ChatRoomQueueChangeType.java 第 11 行定义.