NIMSDK-AOS
10.9.71
首页
相关页面
包
类
文件
文件列表
plugins
chatroom
src
com
netease
nimlib
sdk
v2
chatroom
attachment
V2NIMChatroomQueueNotificationAttachment.java
浏览该文件的文档.
1
package
com.netease.nimlib.sdk.v2.chatroom.attachment;
2
3
import
com
.
netease
.
nimlib
.
sdk
.
v2
.
chatroom
.
enums
.
V2NIMChatroomQueueChangeType
;
4
import
com
.
netease
.
nimlib
.
sdk
.
v2
.
chatroom
.
model
.
V2NIMChatroomQueueElement
;
5
import
java.util.List;
6
7
/**
8
* 聊天室队列变更通知附件
9
*/
10
public
interface
V2NIMChatroomQueueNotificationAttachment
extends
V2NIMChatroomNotificationAttachment
{
11
12
/**
13
* 获取队列变更的内容
14
* @return
15
*/
16
List<V2NIMChatroomQueueElement>
getElements
();
17
18
/**
19
* 获取队列更新类型
20
* @return
21
*/
22
V2NIMChatroomQueueChangeType
getQueueChangeType
();
23
}
com.netease.nimlib.sdk.v2.chatroom.attachment.V2NIMChatroomQueueNotificationAttachment
聊天室队列变更通知附件
Definition:
V2NIMChatroomQueueNotificationAttachment.java:10
com.netease.nimlib.sdk.v2.chatroom.attachment.V2NIMChatroomQueueNotificationAttachment.getQueueChangeType
V2NIMChatroomQueueChangeType getQueueChangeType()
获取队列更新类型
com.netease.nimlib.sdk
Definition:
NosTokenSceneConfig.java:1
com.netease
com.netease.nimlib.sdk.v2.chatroom.attachment.V2NIMChatroomNotificationAttachment
聊天室通知消息附件
Definition:
V2NIMChatroomNotificationAttachment.java:10
com
com.netease.nimlib.sdk.v2.chatroom.model
Definition:
V2NIMLocationInfo.java:1
com.netease.nimlib.sdk.v2.chatroom
com.netease.nimlib.sdk.v2
com.netease.nimlib.sdk.v2.chatroom.attachment.V2NIMChatroomQueueNotificationAttachment.getElements
List< V2NIMChatroomQueueElement > getElements()
获取队列变更的内容
com.netease.nimlib.sdk.v2.chatroom.model.V2NIMChatroomQueueElement
聊天室队列元素类
Definition:
V2NIMChatroomQueueElement.java:8
com.netease.nimlib.sdk.v2.chatroom.enums.V2NIMChatroomQueueChangeType
聊天室队列变更类型
Definition:
V2NIMChatroomQueueChangeType.java:6
com.netease.nimlib
com.netease.nimlib.sdk.v2.chatroom.enums
Definition:
V2NIMChatroomMemberRole.java:1
生成于 2026年 一月 5日 星期一 08:04:46 , 为 NIMSDK-AOS使用
1.8.11