NIM 跨平台 C++ SDK
载入中...
搜索中...
未找到
nim_qchat_channel_cpp.h
浏览该文件的文档.
1
11#ifndef __NIM_QCHAT_CHANNEL_CPP_H__
12#define __NIM_QCHAT_CHANNEL_CPP_H__
13
15
20namespace nim {
21
26public:
32 static void RegUnreadCb(const QChatChannelRegUnreadCbParam& param);
33
39 static void CreateChannel(const QChatChannelCreateParam& param);
40
46 static void DeleteChannel(const QChatChannelDeleteParam& param);
47
53 static void UpdateChannel(const QChatChannelUpdateParam& param);
54
60 static void UpdateCategoryInfo(const QChatChannelUpdateCategoryInfoParam& param);
61
67 static void Subscribe(const QChatChannelSubscribeParam& param);
68
74 static void SubscribeAsVisitor(const QChatChannelSubscribeAsVisitorParam& param);
75
81 static void QueryUnreadInfo(const QChatChannelQueryUnreadInfoParam& param);
82
88 static void GetChannels(const QChatChannelGetChannelsParam& param);
89
95 static void GetChannelsByPage(const QChatChannelGetChannelsPageParam& param);
96
103 static void GetMembersByPage(const QChatChannelGetMembersPageParam& param);
104
110 static void UpdateWhiteBlackRole(const QChatChannelUpdateWhiteBlackRoleParam& param);
111
117 static void UpdateWhiteBlackMembers(const QChatChannelUpdateWhiteBlackMembersParam& param);
118
124 static void GetWhiteBlackRolesPage(const QChatChannelGetWhiteBlackRolesPageParam& param);
125
131 static void GetWhiteBlackMembersPage(const QChatChannelGetWhiteBlackMembersPageParam& param);
132
138 static void GetExistingWhiteBlackRoles(const QChatChannelGetExistingWhiteBlackRolesParam& param);
139
145 static void GetExistingWhiteBlackMembers(const QChatChannelGetExistingWhiteBlackMembersParam& param);
146
152 static void ChannelSearchByPage(const QChatChannelSearchPageParam& param);
153
159 static void ChannelMemberSearch(const QChatChannelMemberSearchParam& param);
160
166 static void UpdateRTCInfo(const QChatChannelUpdateRTCInfoParam& param);
167
173 static void GetRTCInfo(const QChatChannelGetRTCInfoParam& param);
174
180 static void GetRTCOnlineMembers(const QChatChannelGetRTCOnlineMembersParam& param);
181};
182
183} // namespace nim
184
185#endif // __NIM_QCHAT_CHANNEL_CPP_H__
圈组频道
Definition nim_qchat_channel_cpp.h:25
namespace nim
#define NIM_QCHAT_SDK_CPPWRAPPER_DLL_API
Definition nim_qchat_sdk_cpp_wrapper.h:38
Definition nim_qchat_channel_cpp_def.h:1005
Definition nim_qchat_channel_cpp_def.h:1036
Definition nim_qchat_channel_cpp_def.h:1179
Definition nim_qchat_channel_cpp_def.h:1149
Definition nim_qchat_channel_cpp_def.h:1480
Definition nim_qchat_channel_cpp_def.h:1433
Definition nim_qchat_channel_cpp_def.h:1214
Definition nim_qchat_channel_cpp_def.h:2132
Definition nim_qchat_channel_cpp_def.h:2163
Definition nim_qchat_channel_cpp_def.h:1390
Definition nim_qchat_channel_cpp_def.h:1347
Definition nim_qchat_channel_cpp_def.h:1582
Definition nim_qchat_channel_cpp_def.h:975
Definition nim_qchat_channel_cpp_def.h:922
Definition nim_qchat_channel_cpp_def.h:1527
Definition nim_qchat_channel_cpp_def.h:2194
Definition nim_qchat_channel_cpp_def.h:937
Definition nim_qchat_channel_cpp_def.h:1114
Definition nim_qchat_channel_cpp_def.h:1063
Definition nim_qchat_channel_cpp_def.h:2097
Definition nim_qchat_channel_cpp_def.h:1296
Definition nim_qchat_channel_cpp_def.h:1253