NIM PC Cross Platform SDK
载入中...
搜索中...
未找到
nim_qchat_channel_category.h 文件参考
#include "nim_qchat_defines/nim_qchat_channel_def.h"
#include "public_defines.h"

浏览源代码.

函数

NIM_SDK_DLL_API void nim_qchat_channel_category_create (const NIMQChatChannelCategoryCreateParam *param)
 创建频道分组
 
NIM_SDK_DLL_API void nim_qchat_channel_category_remove (const NIMQChatChannelCategoryRemoveParam *param)
 删除频道分组
 
NIM_SDK_DLL_API void nim_qchat_channel_category_update (const NIMQChatChannelCategoryUpdateParam *param)
 删除频道分组
 
NIM_SDK_DLL_API void nim_qchat_channel_get_categories_by_id (const NIMQChatChannelGetCategoriesByIDParam *param)
 根据频道分组ID查询频道分组
 
NIM_SDK_DLL_API void nim_qchat_channel_get_categories_page (const NIMQChatChannelGetCategoriesPageParam *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_update_white_black_role (const NIMQChatChannelCategoryUpdateWhiteBlackRoleParam *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_category_get_white_black_roles_page (const NIMQChatChannelCategoryGetWhiteBlackRolesPageParam *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_get_white_black_members_by_id (const NIMQChatChannelCategoryGetExistingWhiteBlackMembersParam *param)
 根据ID查询频道分组白/黑名单成员
 
NIM_SDK_DLL_API void nim_qchat_channel_category_get_white_black_members_page (const NIMQChatChannelCategoryGetWhiteBlackMembersPageParam *param)
 查询频道分组白/黑名单成员列表(分页)
 

详细描述

作者
NetEase Yunxin
版本
0.1
日期
2022-05-10

函数说明

◆ nim_qchat_channel_category_create()

void nim_qchat_channel_category_create ( const NIMQChatChannelCategoryCreateParam param)

创建频道分组

参数
[in]param接口参数
返回
void

◆ nim_qchat_channel_category_get_white_black_members_by_id()

void nim_qchat_channel_category_get_white_black_members_by_id ( const NIMQChatChannelCategoryGetExistingWhiteBlackMembersParam param)

根据ID查询频道分组白/黑名单成员

参数
[in]param接口参数
返回
void

◆ nim_qchat_channel_category_get_white_black_members_page()

void nim_qchat_channel_category_get_white_black_members_page ( const NIMQChatChannelCategoryGetWhiteBlackMembersPageParam param)

查询频道分组白/黑名单成员列表(分页)

参数
[in]param接口参数
返回
void

◆ nim_qchat_channel_category_get_white_black_roles_by_id()

void nim_qchat_channel_category_get_white_black_roles_by_id ( const NIMQChatChannelCategoryGetExistingWhiteBlackRolesParam param)

根据ID查询频道分组白/黑名单身份组

参数
[in]param接口参数
返回
void

◆ nim_qchat_channel_category_get_white_black_roles_page()

void nim_qchat_channel_category_get_white_black_roles_page ( const NIMQChatChannelCategoryGetWhiteBlackRolesPageParam param)

查询频道分组白/黑名单身份组列表(分页)

参数
[in]param接口参数
返回
void

◆ nim_qchat_channel_category_remove()

void nim_qchat_channel_category_remove ( const NIMQChatChannelCategoryRemoveParam param)

删除频道分组

参数
[in]param接口参数
返回
void

◆ nim_qchat_channel_category_update()

void nim_qchat_channel_category_update ( const NIMQChatChannelCategoryUpdateParam param)

删除频道分组

参数
[in]param接口参数
返回
void

◆ nim_qchat_channel_category_update_white_black_members()

void nim_qchat_channel_category_update_white_black_members ( const NIMQChatChannelCategoryUpdateWhiteBlackMembersParam param)

更新频道分组白/黑名单成员

参数
[in]param接口参数
返回
void

◆ nim_qchat_channel_category_update_white_black_role()

void nim_qchat_channel_category_update_white_black_role ( const NIMQChatChannelCategoryUpdateWhiteBlackRoleParam param)

更新频道分组白/黑名单身份组

参数
[in]param接口参数
返回
void

◆ nim_qchat_channel_get_categories_by_id()

void nim_qchat_channel_get_categories_by_id ( const NIMQChatChannelGetCategoriesByIDParam param)

根据频道分组ID查询频道分组

参数
[in]param接口参数
返回
void

◆ nim_qchat_channel_get_categories_page()

void nim_qchat_channel_get_categories_page ( const NIMQChatChannelGetCategoriesPageParam param)

查询频道分组列表(分页)

参数
[in]param接口参数
返回
void

◆ nim_qchat_channel_get_category_channels_page()

void nim_qchat_channel_get_category_channels_page ( const NIMQChatChannelGetCategoryChannelsPageParam param)

查询频道分组下的频道列表(分页)

参数
[in]param接口参数
返回
void