|
NIMSDK-AOS
10.9.80
|
聊天室标签配置 更多...
类 | |
| class | V2NIMChatroomTagConfigBuilder |
| V2NIMChatroomTagConfig参数构造器 | |
Public 成员函数 | |
| V2NIMChatroomTagConfig (List< String > tags, String notifyTargetTags) | |
| List< String > | getTags () |
| 获取登录标签 更多... | |
| String | getNotifyTargetTags () |
| 获取登录登出通知标签, 标签表达式 更多... | |
| String | toString () |
聊天室标签配置
在文件 V2NIMChatroomTagConfig.java 第 9 行定义.
| com.netease.nimlib.sdk.v2.chatroom.config.V2NIMChatroomTagConfig.V2NIMChatroomTagConfig | ( | List< String > | tags, |
| String | notifyTargetTags | ||
| ) |
| tags | 登录标签 |
| notifyTargetTags | 登录登出通知标签, 标签表达式 |
在文件 V2NIMChatroomTagConfig.java 第 29 行定义.
| String com.netease.nimlib.sdk.v2.chatroom.config.V2NIMChatroomTagConfig.getNotifyTargetTags | ( | ) |
| List<String> com.netease.nimlib.sdk.v2.chatroom.config.V2NIMChatroomTagConfig.getTags | ( | ) |
| String com.netease.nimlib.sdk.v2.chatroom.config.V2NIMChatroomTagConfig.toString | ( | ) |
在文件 V2NIMChatroomTagConfig.java 第 50 行定义.
1.8.11