NIM PC Cross Platform SDK
载入中...
搜索中...
未找到
nim_qchat_channel_category_cpp.h
浏览该文件的文档.
1
11#ifndef __NIM_QCHAT_CHANNEL_CATEGORY_CPP_H__
12#define __NIM_QCHAT_CHANNEL_CATEGORY_CPP_H__
13
15
20namespace nim {
21
26public:
32 static void CreateChannelCategory(const QChatChannelCategoryCreateParam& param);
33
39 static void UpdateChannelCategory(const QChatChannelCategoryUpdateParam& param);
40
46 static void RemoveChannelCategory(const QChatChannelCategoryRemoveParam& param);
47
53 static void GetChannelCategoriesByID(const QChatChannelGetCategoriesByIDParam& param);
54
60 static void GetChannelCategoriesPage(const QChatChannelGetCategoriesPageParam& param);
61
67 static void GetChannelCategoryChannelsPage(const QChatChannelGetCategoryChannelsPageParam& param);
68
74 static void UpdateChannelCategoryWhiteBlackRole(const QChatChannelCategoryUpdateWhiteBlackRoleParam& param);
75
81 static void GetExistingChannelCategoryWhiteBlackRoles(const QChatChannelCategoryGetExistingWhiteBlackRolesParam& param);
82
88 static void GetChannelCategoryWhiteBlackRolesPage(const QChatChannelCategoryGetWhiteBlackRolesPageParam& param);
89
95 static void UpdateChannelCategoryWhiteBlackMembers(const QChatChannelCategoryUpdateWhiteBlackMembersParam& param);
96
102 static void GetExistingChannelCategoryWhiteBlackMembers(const QChatChannelCategoryGetExistingWhiteBlackMembersParam& param);
103
109 static void GetChannelCategoryWhiteBlackMembersPage(const QChatChannelCategoryGetWhiteBlackMembersPageParam& param);
110};
111
112} // namespace nim
113
114#endif // __NIM_QCHAT_CHANNEL_CATEGORY_CPP_H__
圈组频道分组
Definition: nim_qchat_channel_category_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:1621
Definition: nim_qchat_channel_cpp_def.h:2050
Definition: nim_qchat_channel_cpp_def.h:1915
Definition: nim_qchat_channel_cpp_def.h:2007
Definition: nim_qchat_channel_cpp_def.h:1872
Definition: nim_qchat_channel_cpp_def.h:1660
Definition: nim_qchat_channel_cpp_def.h:1687
Definition: nim_qchat_channel_cpp_def.h:1956
Definition: nim_qchat_channel_cpp_def.h:1829
Definition: nim_qchat_channel_cpp_def.h:1726
Definition: nim_qchat_channel_cpp_def.h:1755
Definition: nim_qchat_channel_cpp_def.h:1790