NIMSDK-AOS  9.15.0
Public 成员函数 | 静态 Public 成员函数 | Public 属性 | 所有成员列表
com.netease.nimlib.sdk.msg.constant.ChatRoomQueueChangeType 枚举类型参考

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.java7 行定义.

构造及析构函数说明

◆ ChatRoomQueueChangeType()

com.netease.nimlib.sdk.msg.constant.ChatRoomQueueChangeType.ChatRoomQueueChangeType ( int  value)

在文件 ChatRoomQueueChangeType.java41 行定义.

成员函数说明

◆ getValue()

int com.netease.nimlib.sdk.msg.constant.ChatRoomQueueChangeType.getValue ( )

在文件 ChatRoomQueueChangeType.java45 行定义.

◆ typeOfValue()

static ChatRoomQueueChangeType com.netease.nimlib.sdk.msg.constant.ChatRoomQueueChangeType.typeOfValue ( int  value)
static

在文件 ChatRoomQueueChangeType.java49 行定义.

类成员变量说明

◆ BATCH_OFFER

com.netease.nimlib.sdk.msg.constant.ChatRoomQueueChangeType.BATCH_OFFER =(6)

BATCH_OFFER : 批量新增或变更队列元素

在文件 ChatRoomQueueChangeType.java37 行定义.

◆ BATCH_UPDATE

com.netease.nimlib.sdk.msg.constant.ChatRoomQueueChangeType.BATCH_UPDATE =(5)

BATCH_UPDATE : 批量更新队列元素

在文件 ChatRoomQueueChangeType.java32 行定义.

◆ DROP

com.netease.nimlib.sdk.msg.constant.ChatRoomQueueChangeType.DROP =(3)

DROP: 清空所有队列元素

在文件 ChatRoomQueueChangeType.java23 行定义.

◆ OFFER

com.netease.nimlib.sdk.msg.constant.ChatRoomQueueChangeType.OFFER =(1)

OFFER:新增队列元素

在文件 ChatRoomQueueChangeType.java15 行定义.

◆ PARTCLEAR

com.netease.nimlib.sdk.msg.constant.ChatRoomQueueChangeType.PARTCLEAR =(4)

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

在文件 ChatRoomQueueChangeType.java27 行定义.

◆ POLL

com.netease.nimlib.sdk.msg.constant.ChatRoomQueueChangeType.POLL =(2)

POLL: 移除队列元素

在文件 ChatRoomQueueChangeType.java19 行定义.

◆ undefined

com.netease.nimlib.sdk.msg.constant.ChatRoomQueueChangeType.undefined =(-1)

未定义类型

在文件 ChatRoomQueueChangeType.java11 行定义.


枚举说明文档从下列文件生成: