|
NIMSDK-AOS
10.9.71
|
聊天室通知消息附件 更多...
Public 成员函数 | |
| V2NIMChatroomMessageNotificationType | getType () |
| 获取通知类型 更多... | |
| List< String > | getTargetIds () |
| 获取被操作的成员账号列表 更多... | |
| List< String > | getTargetNicks () |
| 获取被操作成员的昵称列表 更多... | |
| String | getTargetTag () |
| 获取被操作标签 更多... | |
| String | getOperatorId () |
| 获取操作者 更多... | |
| String | getOperatorNick () |
| 获取操作者昵称 更多... | |
| String | getNotificationExtension () |
| 获取扩展字段 更多... | |
| List< String > | getTags () |
| 获取更新后的标签,通知类型: 325存在这个字段 更多... | |
聊天室通知消息附件
在文件 V2NIMChatroomNotificationAttachment.java 第 10 行定义.
| 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存在这个字段
| 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 | ( | ) |
获取通知类型
1.8.11