NIM PC Cross Platform SDK
nim_qchat_channel_category.h File Reference
#include "nim_qchat_defines/nim_qchat_channel_def.h"
#include "public_defines.h"

Go to the source code of this file.

Functions

NIM_SDK_DLL_API void nim_qchat_channel_category_create (const NIMQChatChannelCategoryCreateParam &param)
 创建频道分组 More...
 
NIM_SDK_DLL_API void nim_qchat_channel_category_remove (const NIMQChatChannelCategoryRemoveParam &param)
 删除频道分组 More...
 
NIM_SDK_DLL_API void nim_qchat_channel_category_update (const NIMQChatChannelCategoryUpdateParam &param)
 删除频道分组 More...
 
NIM_SDK_DLL_API void nim_qchat_channel_get_categories_by_id (const NIMQChatChannelGetCategoriesByIDParam &param)
 根据频道分组ID查询频道分组 More...
 
NIM_SDK_DLL_API void nim_qchat_channel_get_categories_page (const NIMQChatChannelGetCategoriesPageParam &param)
 查询频道分组列表(分页) More...
 
NIM_SDK_DLL_API void nim_qchat_channel_get_category_channels_page (const NIMQChatChannelGetCategoryChannelsPageParam &param)
 查询频道分组下的频道列表(分页) More...
 
NIM_SDK_DLL_API void nim_qchat_channel_category_update_white_black_role (const NIMQChatChannelCategoryUpdateWhiteBlackRoleParam &param)
 更新频道分组白/黑名单身份组 More...
 
NIM_SDK_DLL_API void nim_qchat_channel_category_get_white_black_roles_by_id (const NIMQChatChannelCategoryGetExistingWhiteBlackRolesParam &param)
 根据ID查询频道分组白/黑名单身份组 More...
 
NIM_SDK_DLL_API void nim_qchat_channel_category_get_white_black_roles_page (const NIMQChatChannelCategoryGetWhiteBlackRolesPageParam &param)
 查询频道分组白/黑名单身份组列表(分页) More...
 
NIM_SDK_DLL_API void nim_qchat_channel_category_update_white_black_members (const NIMQChatChannelCategoryUpdateWhiteBlackMembersParam &param)
 更新频道分组白/黑名单成员 More...
 
NIM_SDK_DLL_API void nim_qchat_channel_category_get_white_black_members_by_id (const NIMQChatChannelCategoryGetExistingWhiteBlackMembersParam &param)
 根据ID查询频道分组白/黑名单成员 More...
 
NIM_SDK_DLL_API void nim_qchat_channel_category_get_white_black_members_page (const NIMQChatChannelCategoryGetWhiteBlackMembersPageParam &param)
 查询频道分组白/黑名单成员列表(分页) More...
 

Detailed Description

Author
NetEase Yunxin
Version
0.1
Date
2022-05-10

Function Documentation

◆ nim_qchat_channel_category_create()

void nim_qchat_channel_category_create ( const NIMQChatChannelCategoryCreateParam param)

创建频道分组

Parameters
[in]param接口参数
Returns
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查询频道分组白/黑名单成员

Parameters
[in]param接口参数
Returns
void

◆ nim_qchat_channel_category_get_white_black_members_page()

void nim_qchat_channel_category_get_white_black_members_page ( const NIMQChatChannelCategoryGetWhiteBlackMembersPageParam param)

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

Parameters
[in]param接口参数
Returns
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查询频道分组白/黑名单身份组

Parameters
[in]param接口参数
Returns
void

◆ nim_qchat_channel_category_get_white_black_roles_page()

void nim_qchat_channel_category_get_white_black_roles_page ( const NIMQChatChannelCategoryGetWhiteBlackRolesPageParam param)

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

Parameters
[in]param接口参数
Returns
void

◆ nim_qchat_channel_category_remove()

void nim_qchat_channel_category_remove ( const NIMQChatChannelCategoryRemoveParam param)

删除频道分组

Parameters
[in]param接口参数
Returns
void

◆ nim_qchat_channel_category_update()

void nim_qchat_channel_category_update ( const NIMQChatChannelCategoryUpdateParam param)

删除频道分组

Parameters
[in]param接口参数
Returns
void

◆ nim_qchat_channel_category_update_white_black_members()

void nim_qchat_channel_category_update_white_black_members ( const NIMQChatChannelCategoryUpdateWhiteBlackMembersParam param)

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

Parameters
[in]param接口参数
Returns
void

◆ nim_qchat_channel_category_update_white_black_role()

void nim_qchat_channel_category_update_white_black_role ( const NIMQChatChannelCategoryUpdateWhiteBlackRoleParam param)

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

Parameters
[in]param接口参数
Returns
void

◆ nim_qchat_channel_get_categories_by_id()

void nim_qchat_channel_get_categories_by_id ( const NIMQChatChannelGetCategoriesByIDParam param)

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

Parameters
[in]param接口参数
Returns
void

◆ nim_qchat_channel_get_categories_page()

void nim_qchat_channel_get_categories_page ( const NIMQChatChannelGetCategoriesPageParam param)

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

Parameters
[in]param接口参数
Returns
void

◆ nim_qchat_channel_get_category_channels_page()

void nim_qchat_channel_get_category_channels_page ( const NIMQChatChannelGetCategoryChannelsPageParam param)

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

Parameters
[in]param接口参数
Returns
void