NIMSDK-AOS  10.5.0
QChatChannelService.java
浏览该文件的文档.
1 package com.netease.nimlib.sdk.qchat;
2 
3 import androidx.annotation.NonNull;
4 import com.netease.nimlib.apt.annotation.NIMService;
71 
72 @NIMService("圈组频道服务")
73 public interface QChatChannelService {
80 
87 
94 
101 
108 
115 
121  InvocationFuture<Void> updateChannelBlackWhiteRoles(QChatUpdateChannelBlackWhiteRolesParam param);
122 
129 
136 
137 
143  InvocationFuture<Void> updateChannelBlackWhiteMembers(QChatUpdateChannelBlackWhiteMembersParam param);
144 
151 
158 
165 
175 
181  InvocationFuture<Void> updateUserChannelPushConfig(QChatUpdateUserChannelPushConfigParam param);
182 
189 
195  InvocationFuture<Void> updateUserChannelCategoryPushConfig(QChatUpdateUserChannelCategoryPushConfigParam param);
196 
203 
210 
216  InvocationFuture<Void> deleteChannelCategory(QChatDeleteChannelCategoryParam param);
217 
224 
231 
238 
244  InvocationFuture<Void> updateChannelCategoryBlackWhiteRoles(QChatUpdateChannelCategoryBlackWhiteRolesParam param);
245 
251  InvocationFuture<QChatGetChannelCategoryBlackWhiteRolesByPageResult> getChannelCategoryBlackWhiteRolesByPage(
253 
259  InvocationFuture<QChatGetExistingChannelCategoryBlackWhiteRolesResult> getExistingChannelCategoryBlackWhiteRoles(
261 
267  InvocationFuture<Void> updateChannelCategoryBlackWhiteMembers(QChatUpdateChannelCategoryBlackWhiteMembersParam param);
268 
274  InvocationFuture<QChatGetChannelCategoryBlackWhiteMembersByPageResult> getChannelCategoryBlackWhiteMembersByPage(
276 
282  InvocationFuture<QChatGetExistingChannelCategoryBlackWhiteMembersResult> getExistingChannelCategoryBlackWhiteMembers(
284 
291 
298 
305 
312 
319 
326 
333 
340 }