|
NIMSDK-AOS
9.20.15
|
"更新频道黑白名单成员"接口入参 更多...
Public 成员函数 | |
| QChatUpdateChannelBlackWhiteMembersParam (@NonNull Long serverId,@NonNull Long channelId,@NonNull QChatChannelBlackWhiteType type,@NonNull QChatChannelBlackWhiteOperateType operateType,@NonNull List< String > toAccids) | |
| Long | getServerId () |
| 获取服务器Id 更多... | |
| Long | getChannelId () |
| 获取频道Id 更多... | |
| QChatChannelBlackWhiteType | getType () |
| 获取黑白名单类型 更多... | |
| QChatChannelBlackWhiteOperateType | getOperateType () |
| 获取黑白名单操作类型 更多... | |
| List< String > | getToAccids () |
| 获取账户accid列表:添加或者移除到黑白名单的accid列表 更多... | |
"更新频道黑白名单成员"接口入参
在文件 QChatUpdateChannelBlackWhiteMembersParam.java 第 13 行定义.
| com.netease.nimlib.sdk.qchat.param.QChatUpdateChannelBlackWhiteMembersParam.QChatUpdateChannelBlackWhiteMembersParam | ( | @NonNull Long | serverId, |
| @NonNull Long | channelId, | ||
| @NonNull QChatChannelBlackWhiteType | type, | ||
| @NonNull QChatChannelBlackWhiteOperateType | operateType, | ||
| @NonNull List< String > | toAccids | ||
| ) |
| serverId | 服务器Id |
| channelId | 频道Id |
| type | 黑白名单类型 |
| operateType | 黑白名单操作类型 |
| toAccids | 账户accid列表:添加或者移除到黑白名单的accid列表,一次最多100个 |
在文件 QChatUpdateChannelBlackWhiteMembersParam.java 第 49 行定义.
| Long com.netease.nimlib.sdk.qchat.param.QChatUpdateChannelBlackWhiteMembersParam.getChannelId | ( | ) |
| QChatChannelBlackWhiteOperateType com.netease.nimlib.sdk.qchat.param.QChatUpdateChannelBlackWhiteMembersParam.getOperateType | ( | ) |
| Long com.netease.nimlib.sdk.qchat.param.QChatUpdateChannelBlackWhiteMembersParam.getServerId | ( | ) |
| List<String> com.netease.nimlib.sdk.qchat.param.QChatUpdateChannelBlackWhiteMembersParam.getToAccids | ( | ) |
| QChatChannelBlackWhiteType com.netease.nimlib.sdk.qchat.param.QChatUpdateChannelBlackWhiteMembersParam.getType | ( | ) |
1.8.11