NIMSDK-AOS
9.19.0
plugins
qchat
src
main
java
com
netease
nimlib
sdk
qchat
QChatChannelService.java
浏览该文件的文档.
1
package
com.netease.nimlib.sdk.qchat;
2
3
import
androidx.annotation.NonNull;
4
import
com
.
netease
.
nimlib
.apt.annotation.NIMService;
5
import
com
.
netease
.
nimlib
.
sdk
.
InvocationFuture
;
6
import
com
.
netease
.
nimlib
.
sdk
.
qchat
.
param
.
QChatChannelMuteParam
;
7
import
com
.
netease
.
nimlib
.
sdk
.
qchat
.
param
.
QChatCreateChannelCategoryParam
;
8
import
com
.
netease
.
nimlib
.
sdk
.
qchat
.
param
.
QChatCreateChannelParam
;
9
import
com
.
netease
.
nimlib
.
sdk
.
qchat
.
param
.
QChatDeleteChannelCategoryParam
;
10
import
com
.
netease
.
nimlib
.
sdk
.
qchat
.
param
.
QChatDeleteChannelParam
;
11
import
com
.
netease
.
nimlib
.
sdk
.
qchat
.
param
.
QChatGetChannelBlackWhiteMembersByPageParam
;
12
import
com
.
netease
.
nimlib
.
sdk
.
qchat
.
param
.
QChatGetChannelBlackWhiteRolesByPageParam
;
13
import
com
.
netease
.
nimlib
.
sdk
.
qchat
.
param
.
QChatGetChannelCategoriesByPageParam
;
14
import
com
.
netease
.
nimlib
.
sdk
.
qchat
.
param
.
QChatGetChannelCategoriesParam
;
15
import
com
.
netease
.
nimlib
.
sdk
.
qchat
.
param
.
QChatGetChannelCategoryBlackWhiteMembersByPageParam
;
16
import
com
.
netease
.
nimlib
.
sdk
.
qchat
.
param
.
QChatGetChannelCategoryBlackWhiteRolesByPageParam
;
17
import
com
.
netease
.
nimlib
.
sdk
.
qchat
.
param
.
QChatGetChannelMembersByPageParam
;
18
import
com
.
netease
.
nimlib
.
sdk
.
qchat
.
param
.
QChatGetChannelMuteMemberByPageParam
;
19
import
com
.
netease
.
nimlib
.
sdk
.
qchat
.
param
.
QChatGetChannelUnreadInfosParam
;
20
import
com
.
netease
.
nimlib
.
sdk
.
qchat
.
param
.
QChatGetChannelsByPageParam
;
21
import
com
.
netease
.
nimlib
.
sdk
.
qchat
.
param
.
QChatGetChannelsInCategoryByPageParam
;
22
import
com
.
netease
.
nimlib
.
sdk
.
qchat
.
param
.
QChatGetChannelsParam
;
23
import
com
.
netease
.
nimlib
.
sdk
.
qchat
.
param
.
QChatGetExistingChannelBlackWhiteMembersParam
;
24
import
com
.
netease
.
nimlib
.
sdk
.
qchat
.
param
.
QChatGetExistingChannelBlackWhiteRolesParam
;
25
import
com
.
netease
.
nimlib
.
sdk
.
qchat
.
param
.
QChatGetExistingChannelCategoryBlackWhiteMembersParam
;
26
import
com
.
netease
.
nimlib
.
sdk
.
qchat
.
param
.
QChatGetExistingChannelCategoryBlackWhiteRolesParam
;
27
import
com
.
netease
.
nimlib
.
sdk
.
qchat
.
param
.
QChatGetUncategorizedChannelsByPageParam
;
28
import
com
.
netease
.
nimlib
.
sdk
.
qchat
.
param
.
QChatGetUserChannelCategoryPushConfigsParam
;
29
import
com
.
netease
.
nimlib
.
sdk
.
qchat
.
param
.
QChatGetUserChannelPushConfigsParam
;
30
import
com
.
netease
.
nimlib
.
sdk
.
qchat
.
param
.
QChatSearchChannelByPageParam
;
31
import
com
.
netease
.
nimlib
.
sdk
.
qchat
.
param
.
QChatSearchChannelMembersParam
;
32
import
com
.
netease
.
nimlib
.
sdk
.
qchat
.
param
.
QChatSubscribeChannelAsVisitorParam
;
33
import
com
.
netease
.
nimlib
.
sdk
.
qchat
.
param
.
QChatSubscribeChannelParam
;
34
import
com
.
netease
.
nimlib
.
sdk
.
qchat
.
param
.
QChatUpdateCategoryInfoOfChannelParam
;
35
import
com
.
netease
.
nimlib
.
sdk
.
qchat
.
param
.
QChatUpdateChannelBlackWhiteMembersParam
;
36
import
com
.
netease
.
nimlib
.
sdk
.
qchat
.
param
.
QChatUpdateChannelBlackWhiteRolesParam
;
37
import
com
.
netease
.
nimlib
.
sdk
.
qchat
.
param
.
QChatUpdateChannelCategoryBlackWhiteMembersParam
;
38
import
com
.
netease
.
nimlib
.
sdk
.
qchat
.
param
.
QChatUpdateChannelCategoryBlackWhiteRolesParam
;
39
import
com
.
netease
.
nimlib
.
sdk
.
qchat
.
param
.
QChatUpdateChannelCategoryParam
;
40
import
com
.
netease
.
nimlib
.
sdk
.
qchat
.
param
.
QChatUpdateChannelParam
;
41
import
com
.
netease
.
nimlib
.
sdk
.
qchat
.
param
.
QChatUpdateUserChannelCategoryPushConfigParam
;
42
import
com
.
netease
.
nimlib
.
sdk
.
qchat
.
param
.
QChatUpdateUserChannelPushConfigParam
;
43
import
com
.
netease
.
nimlib
.
sdk
.
qchat
.
result
.
QChatCreateChannelCategoryResult
;
44
import
com
.
netease
.
nimlib
.
sdk
.
qchat
.
result
.
QChatCreateChannelResult
;
45
import
com
.
netease
.
nimlib
.
sdk
.
qchat
.
result
.
QChatGetChannelBlackWhiteMembersByPageResult
;
46
import
com
.
netease
.
nimlib
.
sdk
.
qchat
.
result
.
QChatGetChannelBlackWhiteRolesByPageResult
;
47
import
com
.
netease
.
nimlib
.
sdk
.
qchat
.
result
.
QChatGetChannelCategoriesByPageResult
;
48
import
com
.
netease
.
nimlib
.
sdk
.
qchat
.
result
.
QChatGetChannelCategoriesResult
;
49
import
com
.
netease
.
nimlib
.
sdk
.
qchat
.
result
.
QChatGetChannelCategoryBlackWhiteMembersByPageResult
;
50
import
com
.
netease
.
nimlib
.
sdk
.
qchat
.
result
.
QChatGetChannelCategoryBlackWhiteRolesByPageResult
;
51
import
com
.
netease
.
nimlib
.
sdk
.
qchat
.
result
.
QChatGetChannelMembersByPageResult
;
52
import
com
.
netease
.
nimlib
.
sdk
.
qchat
.
result
.
QChatGetChannelMuteMemberByPageResult
;
53
import
com
.
netease
.
nimlib
.
sdk
.
qchat
.
result
.
QChatGetChannelUnreadInfosResult
;
54
import
com
.
netease
.
nimlib
.
sdk
.
qchat
.
result
.
QChatGetChannelsByPageResult
;
55
import
com
.
netease
.
nimlib
.
sdk
.
qchat
.
result
.
QChatGetChannelsInCategoryByPageResult
;
56
import
com
.
netease
.
nimlib
.
sdk
.
qchat
.
result
.
QChatGetChannelsResult
;
57
import
com
.
netease
.
nimlib
.
sdk
.
qchat
.
result
.
QChatGetExistingChannelBlackWhiteMembersResult
;
58
import
com
.
netease
.
nimlib
.
sdk
.
qchat
.
result
.
QChatGetExistingChannelBlackWhiteRolesResult
;
59
import
com
.
netease
.
nimlib
.
sdk
.
qchat
.
result
.
QChatGetExistingChannelCategoryBlackWhiteMembersResult
;
60
import
com
.
netease
.
nimlib
.
sdk
.
qchat
.
result
.
QChatGetExistingChannelCategoryBlackWhiteRolesResult
;
61
import
com
.
netease
.
nimlib
.
sdk
.
qchat
.
result
.
QChatGetUncategorizedChannelsByPageResult
;
62
import
com
.
netease
.
nimlib
.
sdk
.
qchat
.
result
.
QChatGetUserPushConfigsResult
;
63
import
com
.
netease
.
nimlib
.
sdk
.
qchat
.
result
.
QChatMuteResult
;
64
import
com
.
netease
.
nimlib
.
sdk
.
qchat
.
result
.
QChatSearchChannelByPageResult
;
65
import
com
.
netease
.
nimlib
.
sdk
.
qchat
.
result
.
QChatSearchChannelMembersResult
;
66
import
com
.
netease
.
nimlib
.
sdk
.
qchat
.
result
.
QChatSubscribeChannelAsVisitorResult
;
67
import
com
.
netease
.
nimlib
.
sdk
.
qchat
.
result
.
QChatSubscribeChannelResult
;
68
import
com
.
netease
.
nimlib
.
sdk
.
qchat
.
result
.
QChatUpdateCategoryInfoOfChannelResult
;
69
import
com
.
netease
.
nimlib
.
sdk
.
qchat
.
result
.
QChatUpdateChannelCategoryResult
;
70
import
com
.
netease
.
nimlib
.
sdk
.
qchat
.
result
.
QChatUpdateChannelResult
;
71
72
@NIMService(
"圈组频道服务"
)
73
public interface
QChatChannelService
{
74
/**
75
* 创建频道
76
* @param param
77
* @return InvocationFuture 可设置回调函数,监听操作结果。回调返回创建成功的频道
78
*/
79
InvocationFuture<QChatCreateChannelResult>
createChannel(
QChatCreateChannelParam
param);
80
81
/**
82
* 删除频道
83
* @param param
84
* @return InvocationFuture 可设置回调函数,监听操作结果。
85
*/
86
InvocationFuture<Void>
deleteChannel(
QChatDeleteChannelParam
param);
87
88
/**
89
* 修改频道信息
90
* @param param
91
* @return InvocationFuture 可设置回调函数,监听操作结果。
92
*/
93
InvocationFuture<QChatUpdateChannelResult>
updateChannel(
QChatUpdateChannelParam
param);
94
95
/**
96
* 通过频道Id查询频道
97
* @param param
98
* @return InvocationFuture 可设置回调函数,监听操作结果。回调返回查询到的频道列表
99
*/
100
InvocationFuture<QChatGetChannelsResult>
getChannels(
QChatGetChannelsParam
param);
101
102
/**
103
* 通过分页接口查询频道
104
* @param param
105
* @return InvocationFuture 可设置回调函数,监听操作结果。回调返回查询到的频道列表
106
*/
107
InvocationFuture<QChatGetChannelsByPageResult>
getChannelsByPage(
QChatGetChannelsByPageParam
param);
108
109
/**
110
* 通过分页接口查询频道成员
111
* @param param
112
* @return InvocationFuture 可设置回调函数,监听操作结果。回调返回查询到的频道成员
113
*/
114
InvocationFuture<QChatGetChannelMembersByPageResult>
getChannelMembersByPage(
QChatGetChannelMembersByPageParam
param);
115
116
/**
117
* 更新频道黑白名单身份组
118
* @param param
119
* @return InvocationFuture 可设置回调函数,监听操作结果。
120
*/
121
InvocationFuture<Void>
updateChannelBlackWhiteRoles(
QChatUpdateChannelBlackWhiteRolesParam
param);
122
123
/**
124
* 分页查询频道黑白名单身份组列表
125
* @param param
126
* @return InvocationFuture 可设置回调函数,监听操作结果。回调返回查询到的黑白名单身份组
127
*/
128
InvocationFuture<QChatGetChannelBlackWhiteRolesByPageResult>
getChannelBlackWhiteRolesByPage(
QChatGetChannelBlackWhiteRolesByPageParam
param);
129
130
/**
131
* 批量查询频道黑白名单身份组列表
132
* @param param
133
* @return InvocationFuture 可设置回调函数,监听操作结果。回调返回查询到的黑白名单身份组
134
*/
135
InvocationFuture<QChatGetExistingChannelBlackWhiteRolesResult>
getExistingChannelBlackWhiteRoles(
QChatGetExistingChannelBlackWhiteRolesParam
param);
136
137
138
/**
139
* 更新频道黑白名单成员
140
* @param param
141
* @return InvocationFuture 可设置回调函数,监听操作结果。
142
*/
143
InvocationFuture<Void>
updateChannelBlackWhiteMembers(
QChatUpdateChannelBlackWhiteMembersParam
param);
144
145
/**
146
* 分页查询频道黑白名单成员列表
147
* @param param
148
* @return InvocationFuture 可设置回调函数,监听操作结果。回调返回查询到的黑白名单成员
149
*/
150
InvocationFuture<QChatGetChannelBlackWhiteMembersByPageResult>
getChannelBlackWhiteMembersByPage(
QChatGetChannelBlackWhiteMembersByPageParam
param);
151
152
/**
153
* 批量查询频道黑白名单成员列表
154
* @param param
155
* @return InvocationFuture 可设置回调函数,监听操作结果。回调返回查询到的黑白名单成员
156
*/
157
InvocationFuture<QChatGetExistingChannelBlackWhiteMembersResult>
getExistingChannelBlackWhiteMembers(
QChatGetExistingChannelBlackWhiteMembersParam
param);
158
159
/**
160
* 查询未读信息
161
* @param param
162
* @return InvocationFuture 可设置回调函数,监听操作结果。回调返回查询到的历史消息
163
*/
164
InvocationFuture<QChatGetChannelUnreadInfosResult>
getChannelUnreadInfos(
QChatGetChannelUnreadInfosParam
param);
165
166
/**
167
* 订阅频道
168
* 大服务器下,只有订阅频道后才能收到该频道的订阅内容(消息、未读数、未读状态);与你相关的消息不需要订阅频道就可以收到,比如@你的消息(@All的消息不属于与你相关的消息)
169
* 小服务器下,不需要订阅频道就可以收到所有该服务器下所有频道的消息
170
* 订阅正在输入事件不区分大服务器和小服务器,只有订阅了才会收到,默认最多订阅100个频道
171
* @param param
172
* @return InvocationFuture 可设置回调函数,监听操作结果。回调中返回订阅结果
173
*/
174
InvocationFuture<QChatSubscribeChannelResult>
subscribeChannel(
QChatSubscribeChannelParam
param);
175
176
/**
177
* 更新用户频道推送配置
178
* @param param
179
* @return InvocationFuture 可设置回调函数,监听操作结果
180
*/
181
InvocationFuture<Void>
updateUserChannelPushConfig(
QChatUpdateUserChannelPushConfigParam
param);
182
183
/**
184
* 获取用户频道推送配置列表
185
* @param param
186
* @return InvocationFuture 可设置回调函数,监听操作结果
187
*/
188
InvocationFuture<QChatGetUserPushConfigsResult>
getUserChannelPushConfigs(
QChatGetUserChannelPushConfigsParam
param);
189
190
/**
191
* 更新用户频道分组推送配置
192
* @param param
193
* @return InvocationFuture 可设置回调函数,监听操作结果
194
*/
195
InvocationFuture<Void>
updateUserChannelCategoryPushConfig(
QChatUpdateUserChannelCategoryPushConfigParam
param);
196
197
/**
198
* 获取用户频道分组推送配置列表
199
* @param param
200
* @return InvocationFuture 可设置回调函数,监听操作结果
201
*/
202
InvocationFuture<QChatGetUserPushConfigsResult>
getUserChannelCategoryPushConfigs(
QChatGetUserChannelCategoryPushConfigsParam
param);
203
204
/**
205
* 创建频道分组
206
* @param param
207
* @return InvocationFuture 可设置回调函数,监听操作结果。回调返回创建成功的频道
208
*/
209
InvocationFuture<QChatCreateChannelCategoryResult>
createChannelCategory(
QChatCreateChannelCategoryParam
param);
210
211
/**
212
* 删除频道分组
213
* @param param
214
* @return InvocationFuture 可设置回调函数,监听操作结果。
215
*/
216
InvocationFuture<Void>
deleteChannelCategory(
QChatDeleteChannelCategoryParam
param);
217
218
/**
219
* 修改频道分组信息
220
* @param param
221
* @return InvocationFuture 可设置回调函数,监听操作结果。
222
*/
223
InvocationFuture<QChatUpdateChannelCategoryResult>
updateChannelCategory(
QChatUpdateChannelCategoryParam
param);
224
225
/**
226
* 查询频道分组信息
227
* @param param
228
* @return InvocationFuture 可设置回调函数,监听操作结果。回调返回查询到的频道分组列表
229
*/
230
InvocationFuture<QChatGetChannelCategoriesResult>
getChannelCategories(
QChatGetChannelCategoriesParam
param);
231
232
/**
233
* 修改频道中的频道分组信息
234
* @param param
235
* @return InvocationFuture 可设置回调函数,监听操作结果。
236
*/
237
InvocationFuture<QChatUpdateCategoryInfoOfChannelResult>
updateCategoryInfoOfChannel(
QChatUpdateCategoryInfoOfChannelParam
param);
238
239
/**
240
* 更新频道分组黑白名单身份组
241
* @param param
242
* @return InvocationFuture 可设置回调函数,监听操作结果。
243
*/
244
InvocationFuture<Void>
updateChannelCategoryBlackWhiteRoles(
QChatUpdateChannelCategoryBlackWhiteRolesParam
param);
245
246
/**
247
* 分页查询频道分组黑白名单身份组列表
248
* @param param
249
* @return InvocationFuture 可设置回调函数,监听操作结果。回调返回查询到的黑白名单身份组
250
*/
251
InvocationFuture<QChatGetChannelCategoryBlackWhiteRolesByPageResult>
getChannelCategoryBlackWhiteRolesByPage(
252
QChatGetChannelCategoryBlackWhiteRolesByPageParam
param);
253
254
/**
255
* 批量查询频道分组黑白名单身份组列表
256
* @param param
257
* @return InvocationFuture 可设置回调函数,监听操作结果。回调返回查询到的黑白名单身份组
258
*/
259
InvocationFuture<QChatGetExistingChannelCategoryBlackWhiteRolesResult>
getExistingChannelCategoryBlackWhiteRoles(
260
QChatGetExistingChannelCategoryBlackWhiteRolesParam
param);
261
262
/**
263
* 更新频道分组黑白名单成员
264
* @param param
265
* @return InvocationFuture 可设置回调函数,监听操作结果。
266
*/
267
InvocationFuture<Void>
updateChannelCategoryBlackWhiteMembers(
QChatUpdateChannelCategoryBlackWhiteMembersParam
param);
268
269
/**
270
* 分页查询频道分组黑白名单成员列表
271
* @param param
272
* @return InvocationFuture 可设置回调函数,监听操作结果。回调返回查询到的黑白名单成员
273
*/
274
InvocationFuture<QChatGetChannelCategoryBlackWhiteMembersByPageResult>
getChannelCategoryBlackWhiteMembersByPage(
275
QChatGetChannelCategoryBlackWhiteMembersByPageParam
param);
276
277
/**
278
* 批量查询频道分组黑白名单成员列表
279
* @param param
280
* @return InvocationFuture 可设置回调函数,监听操作结果。回调返回查询到的黑白名单成员
281
*/
282
InvocationFuture<QChatGetExistingChannelCategoryBlackWhiteMembersResult>
getExistingChannelCategoryBlackWhiteMembers(
283
QChatGetExistingChannelCategoryBlackWhiteMembersParam
param);
284
285
/**
286
* 分页查询服务器下频道类别列表
287
* @param param
288
* @return InvocationFuture 可设置回调函数,监听操作结果。回调返回查询到的频道分组列表
289
*/
290
InvocationFuture<QChatGetChannelCategoriesByPageResult>
getChannelCategoriesByPage(
QChatGetChannelCategoriesByPageParam
param);
291
292
/**
293
* 分页查询频道分组下频道列表
294
* @param param
295
* @return InvocationFuture 可设置回调函数,监听操作结果。回调返回查询到的频道分组列表
296
*/
297
InvocationFuture<QChatGetChannelsInCategoryByPageResult>
getChannelsInCategoryByPage(
QChatGetChannelsInCategoryByPageParam
param);
298
299
/**
300
* 分页检索频道列表
301
* @param param
302
* @return InvocationFuture 可设置回调函数,监听操作结果
303
*/
304
InvocationFuture<QChatSearchChannelByPageResult>
searchChannelByPage(
QChatSearchChannelByPageParam
param);
305
306
/**
307
* 检索频道内成员
308
* @param param
309
* @return InvocationFuture 可设置回调函数,监听操作结果
310
*/
311
InvocationFuture<QChatSearchChannelMembersResult>
searchChannelMembers(@NonNull
QChatSearchChannelMembersParam
param);
312
313
/**
314
* 以游客身份订阅频道
315
* @param param
316
* @return InvocationFuture 可设置回调函数,监听操作结果。回调中返回订阅结果
317
*/
318
InvocationFuture<QChatSubscribeChannelAsVisitorResult>
subscribeAsVisitor(
QChatSubscribeChannelAsVisitorParam
param);
319
320
/**
321
* 分页查询没有频道分组的频道
322
* @param param
323
* @return InvocationFuture 可设置回调函数,监听操作结果。回调返回查询到的频道列表
324
*/
325
InvocationFuture<QChatGetUncategorizedChannelsByPageResult>
getUncategorizedChannelsByPage(
QChatGetUncategorizedChannelsByPageParam
param);
326
327
/**
328
* 禁言频道成员
329
* @param param
330
* @return
331
*/
332
InvocationFuture<QChatMuteResult>
mute(
QChatChannelMuteParam
param);
333
334
/**
335
* 分页获取频道禁言成员列表
336
* @param param
337
* @return InvocationFuture 可设置回调函数,监听操作结果。回调返回查询到的频道禁言成员列表
338
*/
339
InvocationFuture<QChatGetChannelMuteMemberByPageResult>
getMuteMemberByPage(
QChatGetChannelMuteMemberByPageParam
param);
340
}
com.netease.nimlib.sdk.qchat.param.QChatUpdateChannelCategoryBlackWhiteMembersParam
"更新频道分组黑白名单成员"接口入参
Definition:
QChatUpdateChannelCategoryBlackWhiteMembersParam.java:11
com.netease.nimlib.sdk.qchat.param.QChatGetChannelsParam
"查询channel信息"接口入参
Definition:
QChatGetChannelsParam.java:10
com.netease.nimlib.sdk.qchat.result.QChatGetChannelUnreadInfosResult
Definition:
QChatGetChannelUnreadInfosResult.java:9
com.netease.nimlib.sdk
Definition:
RequestCallback.java:1
com.netease.nimlib.sdk.qchat.result.QChatCreateChannelCategoryResult
Definition:
QChatCreateChannelCategoryResult.java:6
com.netease.nimlib.sdk.qchat.param.QChatGetUserChannelPushConfigsParam
"查询用户频道推送配置"接口入参
Definition:
QChatGetUserChannelPushConfigsParam.java:10
com.netease.nimlib.sdk.qchat.result.QChatGetChannelCategoryBlackWhiteMembersByPageResult
Definition:
QChatGetChannelCategoryBlackWhiteMembersByPageResult.java:7
com.netease.nimlib.sdk.qchat.param.QChatGetUserChannelCategoryPushConfigsParam
"获取用户频道分组推送配置列表"接口入参
Definition:
QChatGetUserChannelCategoryPushConfigsParam.java:10
com.netease.nimlib.sdk.qchat.param.QChatGetExistingChannelCategoryBlackWhiteRolesParam
"批量查询频道分组黑白名单身份组"接口入参
Definition:
QChatGetExistingChannelCategoryBlackWhiteRolesParam.java:10
com.netease.nimlib.sdk.qchat.param
Definition:
QChatPushConfigParam.java:1
com.netease.nimlib.sdk.qchat.result.QChatMuteResult
禁言结果
Definition:
QChatMuteResult.java:9
com.netease.nimlib.sdk.qchat.param.QChatGetChannelCategoriesByPageParam
"分页查询服务器下频道类别列表"接口入参
Definition:
QChatGetChannelCategoriesByPageParam.java:9
com.netease
com.netease.nimlib.sdk.qchat.result.QChatGetChannelMembersByPageResult
Definition:
QChatGetChannelMembersByPageResult.java:7
com.netease.nimlib.sdk.qchat.result.QChatGetChannelsInCategoryByPageResult
Definition:
QChatGetChannelsInCategoryByPageResult.java:7
com.netease.nimlib.sdk.qchat.result.QChatSubscribeChannelAsVisitorResult
Definition:
QChatSubscribeChannelAsVisitorResult.java:8
com.netease.nimlib.sdk.qchat.result.QChatUpdateChannelCategoryResult
Definition:
QChatUpdateChannelCategoryResult.java:6
com.netease.nimlib.sdk.qchat.param.QChatGetChannelCategoriesParam
"查询频道分组信息"接口入参
Definition:
QChatGetChannelCategoriesParam.java:9
com.netease.nimlib.sdk.qchat.result.QChatCreateChannelResult
Definition:
QChatCreateChannelResult.java:7
com
com.netease.nimlib.sdk.InvocationFuture
调用跟踪
Definition:
InvocationFuture.java:6
com.netease.nimlib.sdk.qchat.result.QChatUpdateCategoryInfoOfChannelResult
Definition:
QChatUpdateCategoryInfoOfChannelResult.java:6
com.netease.nimlib.sdk.qchat.result.QChatGetChannelBlackWhiteMembersByPageResult
Definition:
QChatGetChannelBlackWhiteMembersByPageResult.java:7
com.netease.nimlib.sdk.qchat.result.QChatGetChannelsByPageResult
Definition:
QChatGetChannelsByPageResult.java:7
com.netease.nimlib.sdk.qchat.param.QChatGetUncategorizedChannelsByPageParam
"分页查询没有频道分组的频道"接口入参
Definition:
QChatGetUncategorizedChannelsByPageParam.java:9
com.netease.nimlib.sdk.qchat.result.QChatGetChannelCategoryBlackWhiteRolesByPageResult
Definition:
QChatGetChannelCategoryBlackWhiteRolesByPageResult.java:7
com.netease.nimlib.sdk.qchat.param.QChatGetChannelCategoryBlackWhiteMembersByPageParam
"分页查询频道分组黑白名单成员列表"接口入参
Definition:
QChatGetChannelCategoryBlackWhiteMembersByPageParam.java:9
com.netease.nimlib.sdk.qchat.result.QChatGetExistingChannelCategoryBlackWhiteRolesResult
Definition:
QChatGetExistingChannelCategoryBlackWhiteRolesResult.java:7
com.netease.nimlib.sdk.qchat.param.QChatGetChannelCategoryBlackWhiteRolesByPageParam
"分页查询频道分组黑白名单身份组列表"接口入参
Definition:
QChatGetChannelCategoryBlackWhiteRolesByPageParam.java:9
com.netease.nimlib.sdk.qchat.result.QChatUpdateChannelResult
Definition:
QChatUpdateChannelResult.java:7
com.netease.nimlib.sdk.qchat.param.QChatGetChannelBlackWhiteRolesByPageParam
"分页查询频道黑白名单身份组列表"接口入参
Definition:
QChatGetChannelBlackWhiteRolesByPageParam.java:10
com.netease.nimlib.sdk.qchat.result.QChatSearchChannelMembersResult
Definition:
QChatSearchChannelMembersResult.java:8
com.netease.nimlib.sdk.qchat.param.QChatSubscribeChannelAsVisitorParam
"以游客身份订阅频道"接口入参
Definition:
QChatSubscribeChannelAsVisitorParam.java:13
com.netease.nimlib.sdk.qchat.param.QChatGetChannelMuteMemberByPageParam
分页获取频道禁言成员参数
Definition:
QChatGetChannelMuteMemberByPageParam.java:8
com.netease.nimlib.sdk.qchat.result.QChatGetChannelCategoriesResult
Definition:
QChatGetChannelCategoriesResult.java:7
com.netease.nimlib.sdk.qchat.param.QChatCreateChannelParam
"创建Channel"接口入参
Definition:
QChatCreateChannelParam.java:14
com.netease.nimlib.sdk.qchat.result.QChatGetChannelBlackWhiteRolesByPageResult
Definition:
QChatGetChannelBlackWhiteRolesByPageResult.java:7
com.netease.nimlib.sdk.qchat.result.QChatSubscribeChannelResult
Definition:
QChatSubscribeChannelResult.java:8
com.netease.nimlib.sdk.qchat.result.QChatGetChannelMuteMemberByPageResult
分页获取禁言成员结果
Definition:
QChatGetChannelMuteMemberByPageResult.java:9
com.netease.nimlib.sdk.qchat.param.QChatUpdateChannelCategoryParam
"修改频道分组信息"接口入参
Definition:
QChatUpdateChannelCategoryParam.java:9
com.netease.nimlib.sdk.qchat.result.QChatGetChannelsResult
Definition:
QChatGetChannelsResult.java:8
com.netease.nimlib.sdk.qchat.param.QChatUpdateChannelCategoryBlackWhiteRolesParam
"更新频道分组黑白名单身份组"接口入参
Definition:
QChatUpdateChannelCategoryBlackWhiteRolesParam.java:10
com.netease.nimlib.sdk.qchat
com.netease.nimlib.sdk.qchat.param.QChatGetExistingChannelBlackWhiteMembersParam
"批量查询黑白名单身份组成员"接口入参
Definition:
QChatGetExistingChannelBlackWhiteMembersParam.java:12
com.netease.nimlib.sdk.qchat.param.QChatUpdateChannelParam
"修改channel信息"接口入参
Definition:
QChatUpdateChannelParam.java:10
com.netease.nimlib.sdk.qchat.param.QChatGetExistingChannelBlackWhiteRolesParam
"批量查询黑白名单身份组"接口入参
Definition:
QChatGetExistingChannelBlackWhiteRolesParam.java:12
com.netease.nimlib.sdk.qchat.param.QChatUpdateUserChannelCategoryPushConfigParam
"更新用户频道分组推送配置"接口入参
Definition:
QChatUpdateUserChannelCategoryPushConfigParam.java:9
com.netease.nimlib.sdk.qchat.param.QChatDeleteChannelParam
"删除Channel"接口入参
Definition:
QChatDeleteChannelParam.java:8
com.netease.nimlib.sdk.qchat.param.QChatChannelMuteParam
"禁言频道成员"接口参数
Definition:
QChatChannelMuteParam.java:11
com.netease.nimlib.sdk.qchat.param.QChatCreateChannelCategoryParam
"创建频道分组"接口入参
Definition:
QChatCreateChannelCategoryParam.java:9
com.netease.nimlib.sdk.qchat.param.QChatUpdateChannelBlackWhiteMembersParam
"更新频道黑白名单成员"接口入参
Definition:
QChatUpdateChannelBlackWhiteMembersParam.java:13
com.netease.nimlib.sdk.qchat.param.QChatGetChannelsInCategoryByPageParam
"分页查询频道分组下频道列表"接口入参
Definition:
QChatGetChannelsInCategoryByPageParam.java:8
com.netease.nimlib.sdk.qchat.param.QChatUpdateCategoryInfoOfChannelParam
"修改channel信息"接口入参
Definition:
QChatUpdateCategoryInfoOfChannelParam.java:9
com.netease.nimlib.sdk.qchat.result.QChatSearchChannelByPageResult
Definition:
QChatSearchChannelByPageResult.java:7
com.netease.nimlib.sdk.qchat.param.QChatUpdateChannelBlackWhiteRolesParam
"更新频道黑白名单身份组"接口入参
Definition:
QChatUpdateChannelBlackWhiteRolesParam.java:10
com.netease.nimlib.sdk.qchat.result.QChatGetChannelCategoriesByPageResult
Definition:
QChatGetChannelCategoriesByPageResult.java:7
com.netease.nimlib.sdk.qchat.result.QChatGetUncategorizedChannelsByPageResult
Definition:
QChatGetUncategorizedChannelsByPageResult.java:7
com.netease.nimlib.sdk.qchat.param.QChatSearchChannelMembersParam
Definition:
QChatSearchChannelMembersParam.java:8
com.netease.nimlib.sdk.qchat.param.QChatGetChannelsByPageParam
"分页查询Channel信息列表"接口入参
Definition:
QChatGetChannelsByPageParam.java:8
com.netease.nimlib.sdk.qchat.param.QChatGetChannelUnreadInfosParam
"查询未读信息"接口入参
Definition:
QChatGetChannelUnreadInfosParam.java:12
com.netease.nimlib.sdk.qchat.result.QChatGetUserPushConfigsResult
Definition:
QChatGetUserPushConfigsResult.java:6
com.netease.nimlib.sdk.qchat.result.QChatGetExistingChannelBlackWhiteRolesResult
Definition:
QChatGetExistingChannelBlackWhiteRolesResult.java:8
com.netease.nimlib.sdk.qchat.result
Definition:
QChatLeaveServerAsVisitorResult.java:1
com.netease.nimlib.sdk.qchat.param.QChatDeleteChannelCategoryParam
"删除频道分组"接口入参
Definition:
QChatDeleteChannelCategoryParam.java:8
com.netease.nimlib.sdk.qchat.result.QChatGetExistingChannelBlackWhiteMembersResult
Definition:
QChatGetExistingChannelBlackWhiteMembersResult.java:8
com.netease.nimlib.sdk.qchat.param.QChatSubscribeChannelParam
"订阅频道"接口入参
Definition:
QChatSubscribeChannelParam.java:19
com.netease.nimlib.sdk.qchat.param.QChatSearchChannelByPageParam
检索频道的接口入参
Definition:
QChatSearchChannelByPageParam.java:11
com.netease.nimlib.sdk.qchat.QChatChannelService
Definition:
QChatChannelService.java:73
com.netease.nimlib.sdk.qchat.param.QChatGetChannelMembersByPageParam
"查询频道成员列表"接口入参
Definition:
QChatGetChannelMembersByPageParam.java:8
com.netease.nimlib.sdk.qchat.param.QChatUpdateUserChannelPushConfigParam
"更新用户频道推送配置"接口入参
Definition:
QChatUpdateUserChannelPushConfigParam.java:9
com.netease.nimlib.sdk.qchat.param.QChatGetExistingChannelCategoryBlackWhiteMembersParam
"批量查询频道分组黑白名单身份组成员"接口入参
Definition:
QChatGetExistingChannelCategoryBlackWhiteMembersParam.java:10
com.netease.nimlib
com.netease.nimlib.sdk.qchat.param.QChatGetChannelBlackWhiteMembersByPageParam
"分页查询频道黑白名单成员列表"接口入参
Definition:
QChatGetChannelBlackWhiteMembersByPageParam.java:10
com.netease.nimlib.sdk.qchat.result.QChatGetExistingChannelCategoryBlackWhiteMembersResult
Definition:
QChatGetExistingChannelCategoryBlackWhiteMembersResult.java:7
生成于 2024年 十月 16日 星期三 10:25:06 , 为 NIMSDK-AOS使用
1.8.13