NIM PC Cross Platform SDK
载入中...
搜索中...
未找到
nim_qchat_role_cpp_def.h 文件参考

浏览源代码.

struct  nim::QChatRoleMemberInfo
 
struct  nim::QChatRoleInfoBase
 
struct  nim::QChatServerRoleInfo
 
struct  nim::QChatChannelRoleInfo
 
struct  nim::QChatChannelCategoryRoleInfo
 
struct  nim::QChatMemberRoleInfo
 
struct  nim::QChatChannelCategoryMemberRoleInfo
 
struct  nim::QChatCreateServerRoleResp
 
struct  nim::QChatUpdateServerRoleResp
 
struct  nim::QChatGetServerRolesResp
 
struct  nim::QChatGetMembersFromServerRoleResp
 
struct  nim::QChatAddMembersToServerRoleResp
 
struct  nim::QChatAddChannelRoleResp
 
struct  nim::QChatAddChannelCategoryRoleResp
 
struct  nim::QChatGetChannelRolesResp
 
struct  nim::QChatGetChannelCategoryRolesPageResp
 
struct  nim::QChatAddMemberRoleResp
 
struct  nim::QChatAddChannelCategoryMemberRoleResp
 
struct  nim::QChatGetMemberRolesResp
 
struct  nim::QChatGetChannelCategoryMemberRolesPageResp
 
struct  nim::QChatGetExistingServerRolesByAccidsResp
 
struct  nim::QChatGetExistingAccidsOfMemberRolesResp
 
struct  nim::QChatCheckPermissionResp
 
struct  nim::QChatCheckPermissionsResp
 
struct  nim::QChatCreateServerRoleParam
 
struct  nim::QChatUpdateServerRoleParam
 
struct  nim::QChatUpdateServerRolePrioritiesParam
 
struct  nim::QChatDeleteServerRoleParam
 
struct  nim::QChatGetServerRolesParam
 
struct  nim::QChatAddMembersToServerRoleParam
 
struct  nim::QChatRemoveMembersFromServerRoleParam
 
struct  nim::QChatGetMembersFromServerRoleParam
 
struct  nim::QChatAddChannelRoleParam
 
struct  nim::QChatUpdateChannelRoleParam
 
struct  nim::QChatRemoveChannelRoleParam
 
struct  nim::QChatGetChannelRolesParam
 
struct  nim::QChatAddMemberRoleParam
 
struct  nim::QChatUpdateMemberRoleParam
 
struct  nim::QChatRemoveMemberRoleParam
 
struct  nim::QChatGetMemberRolesParam
 
struct  nim::QChatGetRolesByAccidParam
 
struct  nim::QChatGetExistingServerRolesByAccidsParam
 
struct  nim::QChatGetExistingChannelRolesByServerRoleIdsParam
 
struct  nim::QChatGetExistingAccidsOfMemberRolesParam
 
struct  nim::QChatGetExistingAccidsInServerRoleParam
 
struct  nim::QChatCheckPermissionParam
 
struct  nim::QChatCheckPermissionsParam
 
struct  nim::QChatAddChannelCategoryRoleParam
 
struct  nim::QChatUpdateChannelCategoryRoleParam
 
struct  nim::QChatRemoveChannelCategoryRoleParam
 
struct  nim::QChatGetChannelCategoryRolesPageParam
 
struct  nim::QChatAddChannelCategoryMemberRoleParam
 
struct  nim::QChatUpdateChannelCategoryMemberRoleParam
 
struct  nim::QChatRemoveChannelCategoryMemberRoleParam
 
struct  nim::QChatGetChannelCategoryMemberRolesPageParam
 

命名空间

namespace  nim
 namespace nim
 

类型定义

using nim::QChatPermission = std::map< uint32_t, NIMQChatPermissionsOption >
 
using nim::QChatDeleteServerRoleResp = QChatBaseResp
 
using nim::QChatUpdateServerRolePrioritiesResp = QChatGetServerRolesResp
 
using nim::QChatRemoveMembersFromServerRoleResp = QChatAddMembersToServerRoleResp
 
using nim::QChatUpdateChannelRoleResp = QChatAddChannelRoleResp
 
using nim::QChatRemoveChannelRoleResp = QChatBaseResp
 
using nim::QChatUpdateChannelCategoryRoleResp = QChatAddChannelCategoryRoleResp
 
using nim::QChatRemoveChannelCategoryRoleResp = QChatBaseResp
 
using nim::QChatUpdateMemberRoleResp = QChatAddMemberRoleResp
 
using nim::QChatRemoveMemberRoleResp = QChatBaseResp
 
using nim::QChatUpdateChannelCategoryMemberRoleResp = QChatAddChannelCategoryMemberRoleResp
 
using nim::QChatRemoveChannelCategoryMemberRoleResp = QChatBaseResp
 
using nim::QChatGetRolesByAccidResp = QChatGetServerRolesResp
 
using nim::QChatGetExistingChannelRolesByServerRoleIdsResp = QChatGetChannelRolesResp
 
using nim::QChatGetExistingAccidsInServerRoleResp = QChatGetExistingAccidsOfMemberRolesResp
 
using nim::QChatCreateServerRoleCallback = std::function< void(const QChatCreateServerRoleResp &)>
 
using nim::QChatUpdateServerRoleCallback = std::function< void(const QChatUpdateServerRoleResp &)>
 
using nim::QChatBatchUpdateServerRolePrioritiesCallback = std::function< void(const QChatUpdateServerRolePrioritiesResp &)>
 
using nim::QChatDeleteServerRoleCallback = QChatBaseCallback
 
using nim::QChatGetServerRolesCallback = std::function< void(const QChatGetServerRolesResp &)>
 
using nim::QChatAddMembersToServerRoleCallback = std::function< void(const QChatAddMembersToServerRoleResp &)>
 
using nim::QChatRemoveMembersFromServerRoleCallback = std::function< void(const QChatRemoveMembersFromServerRoleResp &)>
 
using nim::QChatGetMembersFromServerRoleCallback = std::function< void(const QChatGetMembersFromServerRoleResp &)>
 
using nim::QChatAddChannelRoleCallback = std::function< void(const QChatAddChannelRoleResp &)>
 
using nim::QChatUpdateChannelRoleCallback = std::function< void(const QChatUpdateChannelRoleResp &)>
 
using nim::QChatRemoveChannelRoleCallback = QChatBaseCallback
 
using nim::QChatGetChannelRolesCallback = std::function< void(const QChatGetChannelRolesResp &)>
 
using nim::QChatAddMemberRoleCallback = std::function< void(const QChatAddMemberRoleResp &)>
 
using nim::QChatUpdateMemberRoleCallback = std::function< void(const QChatUpdateMemberRoleResp &)>
 
using nim::QChatRemoveMemberRoleCallback = QChatBaseCallback
 
using nim::QChatGetMemberRoleInChannelCallback = std::function< void(const QChatGetMemberRolesResp &)>
 
using nim::QChatGetRolesByMemberIdCallback = std::function< void(const QChatGetRolesByAccidResp &)>
 
using nim::QChatGetRolesByMemberIdsCallback = std::function< void(const QChatGetExistingServerRolesByAccidsResp &)>
 
using nim::QChatGetExistingRolesInChannelCallback = std::function< void(const QChatGetExistingChannelRolesByServerRoleIdsResp &)>
 
using nim::QChatGetExistingAccidsOfMemberRolesCallback = std::function< void(const QChatGetExistingAccidsOfMemberRolesResp &)>
 
using nim::QChatGetExistingAccidsInServerRoleCallback = std::function< void(const QChatGetExistingAccidsInServerRoleResp &)>
 
using nim::QChatCheckPermissionCallback = std::function< void(const QChatCheckPermissionResp &)>
 
using nim::QChatCheckPermissionsCallback = std::function< void(const QChatCheckPermissionsResp &)>
 
using nim::QChatAddChannelCategoryRoleCallback = std::function< void(const QChatAddChannelCategoryRoleResp &)>
 
using nim::QChatUpdateChannelCategoryRoleCallback = std::function< void(const QChatUpdateChannelCategoryRoleResp &)>
 
using nim::QChatRemoveChannelCategoryRoleCallback = QChatBaseCallback
 
using nim::QChatGetChannelCategoryRolesPageCallback = std::function< void(const QChatGetChannelCategoryRolesPageResp &)>
 
using nim::QChatAddChannelCategoryMemberRoleCallback = std::function< void(const QChatAddChannelCategoryMemberRoleResp &)>
 
using nim::QChatUpdateChannelCategoryMemberRoleCallback = std::function< void(const QChatUpdateChannelCategoryMemberRoleResp &)>
 
using nim::QChatRemoveChannelCategoryMemberRoleCallback = QChatBaseCallback
 
using nim::QChatGetChannelCategoryMemberRolesPageCallback = std::function< void(const QChatGetChannelCategoryMemberRolesPageResp &)>
 

详细描述

作者
NetEase Yunxin
版本
0.1
日期
2022-01-18