NIMSDK-AOS  10.9.71
Public 成员函数 | 所有成员列表
com.netease.nimlib.sdk.v2.chatroom.attachment.V2NIMChatroomNotificationAttachment接口 参考

聊天室通知消息附件 更多...

类 com.netease.nimlib.sdk.v2.chatroom.attachment.V2NIMChatroomNotificationAttachment 继承关系图:
com.netease.nimlib.sdk.v2.message.attachment.V2NIMMessageAttachment com.netease.nimlib.sdk.v2.chatroom.attachment.V2NIMChatroomChatBannedNotificationAttachment com.netease.nimlib.sdk.v2.chatroom.attachment.V2NIMChatroomMemberEnterNotificationAttachment com.netease.nimlib.sdk.v2.chatroom.attachment.V2NIMChatroomMemberRoleUpdateAttachment com.netease.nimlib.sdk.v2.chatroom.attachment.V2NIMChatroomMessageRevokeNotificationAttachment com.netease.nimlib.sdk.v2.chatroom.attachment.V2NIMChatroomQueueNotificationAttachment

Public 成员函数

V2NIMChatroomMessageNotificationType getType ()
 获取通知类型 更多...
 
List< String > getTargetIds ()
 获取被操作的成员账号列表 更多...
 
List< String > getTargetNicks ()
 获取被操作成员的昵称列表 更多...
 
String getTargetTag ()
 获取被操作标签 更多...
 
String getOperatorId ()
 获取操作者 更多...
 
String getOperatorNick ()
 获取操作者昵称 更多...
 
String getNotificationExtension ()
 获取扩展字段 更多...
 
List< String > getTags ()
 获取更新后的标签,通知类型: 325存在这个字段 更多...
 
- Public 成员函数 继承自 com.netease.nimlib.sdk.v2.message.attachment.V2NIMMessageAttachment
String getRaw ()
 

详细描述

聊天室通知消息附件

在文件 V2NIMChatroomNotificationAttachment.java10 行定义.

成员函数说明

String com.netease.nimlib.sdk.v2.chatroom.attachment.V2NIMChatroomNotificationAttachment.getNotificationExtension ( )

获取扩展字段

返回
扩展字段
String com.netease.nimlib.sdk.v2.chatroom.attachment.V2NIMChatroomNotificationAttachment.getOperatorId ( )

获取操作者

返回
操作者
String com.netease.nimlib.sdk.v2.chatroom.attachment.V2NIMChatroomNotificationAttachment.getOperatorNick ( )

获取操作者昵称

返回
操作者昵称
List<String> com.netease.nimlib.sdk.v2.chatroom.attachment.V2NIMChatroomNotificationAttachment.getTags ( )

获取更新后的标签,通知类型: 325存在这个字段

返回
更新后的标签,通知类型: 325存在这个字段
List<String> com.netease.nimlib.sdk.v2.chatroom.attachment.V2NIMChatroomNotificationAttachment.getTargetIds ( )

获取被操作的成员账号列表

返回
被操作的成员账号列表
List<String> com.netease.nimlib.sdk.v2.chatroom.attachment.V2NIMChatroomNotificationAttachment.getTargetNicks ( )

获取被操作成员的昵称列表

返回
被操作成员的昵称列表
String com.netease.nimlib.sdk.v2.chatroom.attachment.V2NIMChatroomNotificationAttachment.getTargetTag ( )

获取被操作标签

返回
V2NIMChatroomMessageNotificationType com.netease.nimlib.sdk.v2.chatroom.attachment.V2NIMChatroomNotificationAttachment.getType ( )

获取通知类型

返回
通知类型

该接口的文档由以下文件生成: