NIM PC Cross Platform SDK
载入中...
搜索中...
未找到
nim_qchat_channel_category.h
浏览该文件的文档.
1
11#ifndef __NIM_QCHAT_CHANNEL_H__
12#define __NIM_QCHAT_CHANNEL_H__
13
14#include "nim_qchat_defines/nim_qchat_channel_def.h"
15#include "public_defines.h"
16
17#ifdef __cplusplus
18extern "C" {
19#endif
26
33
40
47
54
61
68
75
82
89
96
103
104#ifdef __cplusplus
105}
106#endif
107
108#endif // __NIM_QCHAT_CHANNEL_H__
#define NIM_SDK_DLL_API
Definition: nim_build_config.h:14
NIM_SDK_DLL_API void nim_qchat_channel_category_get_white_black_members_page(const NIMQChatChannelCategoryGetWhiteBlackMembersPageParam *param)
查询频道分组白/黑名单成员列表(分页)
NIM_SDK_DLL_API void nim_qchat_channel_get_categories_page(const NIMQChatChannelGetCategoriesPageParam *param)
查询频道分组列表(分页)
NIM_SDK_DLL_API void nim_qchat_channel_category_get_white_black_members_by_id(const NIMQChatChannelCategoryGetExistingWhiteBlackMembersParam *param)
根据ID查询频道分组白/黑名单成员
NIM_SDK_DLL_API void nim_qchat_channel_category_remove(const NIMQChatChannelCategoryRemoveParam *param)
删除频道分组
NIM_SDK_DLL_API void nim_qchat_channel_category_create(const NIMQChatChannelCategoryCreateParam *param)
创建频道分组
NIM_SDK_DLL_API void nim_qchat_channel_category_get_white_black_roles_page(const NIMQChatChannelCategoryGetWhiteBlackRolesPageParam *param)
查询频道分组白/黑名单身份组列表(分页)
NIM_SDK_DLL_API void nim_qchat_channel_category_update(const NIMQChatChannelCategoryUpdateParam *param)
删除频道分组
NIM_SDK_DLL_API void nim_qchat_channel_category_update_white_black_members(const NIMQChatChannelCategoryUpdateWhiteBlackMembersParam *param)
更新频道分组白/黑名单成员
NIM_SDK_DLL_API void nim_qchat_channel_category_update_white_black_role(const NIMQChatChannelCategoryUpdateWhiteBlackRoleParam *param)
更新频道分组白/黑名单身份组
NIM_SDK_DLL_API void nim_qchat_channel_get_category_channels_page(const NIMQChatChannelGetCategoryChannelsPageParam *param)
查询频道分组下的频道列表(分页)
NIM_SDK_DLL_API void nim_qchat_channel_category_get_white_black_roles_by_id(const NIMQChatChannelCategoryGetExistingWhiteBlackRolesParam *param)
根据ID查询频道分组白/黑名单身份组
NIM_SDK_DLL_API void nim_qchat_channel_get_categories_by_id(const NIMQChatChannelGetCategoriesByIDParam *param)
根据频道分组ID查询频道分组
NIM SDK 及 NIM ChatRoom SDK 公用头文件
Definition: nim_qchat_channel_def.h:795
Definition: nim_qchat_channel_def.h:971
Definition: nim_qchat_channel_def.h:915
Definition: nim_qchat_channel_def.h:953
Definition: nim_qchat_channel_def.h:897
Definition: nim_qchat_channel_def.h:811
Definition: nim_qchat_channel_def.h:821
Definition: nim_qchat_channel_def.h:933
Definition: nim_qchat_channel_def.h:879
Definition: nim_qchat_channel_def.h:837
Definition: nim_qchat_channel_def.h:849
Definition: nim_qchat_channel_def.h:863