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

浏览源代码.

struct  nim::QChatServerInfo
 
struct  nim::QChatInviteUserInfo
 
struct  nim::QChatInviteApplyRecordData
 
struct  nim::QChatApplyInfoData
 
struct  nim::QChatInviteInfoData
 
struct  nim::QChatBeInvitedInfoData
 
struct  nim::QChatGenerateInviteCodeInfoData
 
struct  nim::QChatJoinByInviteCodeInfoData
 
struct  nim::QChatInviteApplyRecord
 
struct  nim::QChatServerCreateResp
 
struct  nim::QChatServerGetServersResp
 
struct  nim::QChatServerGetServersPageResp
 
struct  nim::QChatServerInviteResp
 
struct  nim::QChatServerApplyResp
 
struct  nim::QChatServerGetMembersResp
 
struct  nim::QChatServerGetMembersPageResp
 
struct  nim::QChatServerSubscribeResp
 
struct  nim::QChatServerGetBannedMembersPageResp
 
struct  nim::QChatServerUnreadResp
 
struct  nim::QChatServerGenerateInviteCodeResp
 QChatServerGenerateInviteCodeResp 更多...
 
struct  nim::QChatServerGetInviteApplyRecordOfServerResp
 
struct  nim::QChatServerMarkReadResp
 
struct  nim::QChatServerSubscribeAllChannelResp
 
struct  nim::QChatServerEnterAsVisitorResp
 
struct  nim::QChatServerLeaveAsVisitorResp
 
struct  nim::QChatServerSubscribeAsVisitorResp
 
struct  nim::QChatServerRegUnreadCbParam
 
struct  nim::QChatServerCreateParam
 
struct  nim::QChatServerDeleteParam
 
struct  nim::QChatServerUpdateParam
 
struct  nim::QChatServerGetServersParam
 
struct  nim::QChatServerGetServersPageParam
 
struct  nim::QChatServerInviteParam
 
struct  nim::QChatServerAcceptInviteParam
 
struct  nim::QChatServerRejectInviteParam
 
struct  nim::QChatServerApplyParam
 
struct  nim::QChatServerAcceptApplyParam
 
struct  nim::QChatServerRejectApplyParam
 
struct  nim::QChatServerKickParam
 
struct  nim::QChatServerLeaveParam
 
struct  nim::QChatServerUpdateMemberInfoParam
 
struct  nim::QChatServerGetMembersParam
 
struct  nim::QChatServerGetMembersPageParam
 
struct  nim::QChatServerSubscribeParam
 
struct  nim::QChatServerBanMemberParam
 
struct  nim::QChatServerUnbanMemberParam
 
struct  nim::QChatServerGetBannedMembersPageParam
 
struct  nim::QChatServerSearchPageParam
 
struct  nim::QChatServerMemberSearchParam
 
struct  nim::QChatServerGenerateInviteCodeParam
 
struct  nim::QChatServerJoinByInviteCodeParam
 
struct  nim::QChatServerGetInviteApplyRecordOfServerParam
 
struct  nim::QChatServerGetInviteApplyRecordOfSelfParam
 
struct  nim::QChatServerMarkReadParam
 
struct  nim::QChatServerSubscribeAllChannelParam
 
struct  nim::QChatServerEnterAsVisitorParam
 
struct  nim::QChatServerLeaveAsVisitorParam
 
struct  nim::QChatServerSubscribeAsVisitorParam
 

命名空间

namespace  nim
 namespace nim
 

类型定义

using nim::QChatServerDeleteResp = QChatBaseResp
 
using nim::QChatServerUpdateResp = QChatServerCreateResp
 
using nim::QChatServerAcceptInviteResp = QChatBaseResp
 
using nim::QChatServerRejectInviteResp = QChatBaseResp
 
using nim::QChatServerAcceptApplyResp = QChatBaseResp
 
using nim::QChatServerRejectApplyResp = QChatBaseResp
 
using nim::QChatServerKickResp = QChatBaseResp
 
using nim::QChatServerLeaveResp = QChatBaseResp
 
using nim::QChatServerUpdateMemberInfoResp = QChatBaseResp
 
using nim::QChatServerBanMemberResp = QChatBaseResp
 
using nim::QChatServerUnbanMemberResp = QChatBaseResp
 
using nim::QChatServerSearchPageResp = QChatServerGetServersPageResp
 
using nim::QChatServerMemberSearchResp = QChatServerGetMembersResp
 
using nim::QChatServerJoinByInviteCodeResp = QChatBaseResp
 
using nim::QChatServerGetInviteApplyRecordOfSelfResp = QChatServerGetInviteApplyRecordOfServerResp
 
using nim::ServerUnreadCallback = std::function< void(const QChatServerUnreadResp &)>
 未读数回调
 
typedef std::function< void(const QChatServerCreateResp &)> nim::ServerCreateCallback
 创建服务器回调
 
typedef std::function< void(const QChatServerDeleteResp &)> nim::ServerRemoveCallback
 删除服务器回调
 
typedef std::function< void(const QChatServerUpdateResp &)> nim::ServerUpdateCallback
 更新服务器回调
 
typedef std::function< void(const QChatServerGetServersResp &)> nim::GetServersCallback
 查询服务器列表回调
 
typedef std::function< void(const QChatServerGetServersPageResp &)> nim::GetServersPageCallback
 查询服务器列表分页回调
 
typedef std::function< void(const QChatServerInviteResp &)> nim::ServerInviteCallback
 邀请用户加入服务器回调
 
typedef std::function< void(const QChatServerAcceptInviteResp &)> nim::ServerAcceptInviteCallback
 接受邀请加入服务器回调
 
typedef std::function< void(const QChatServerRejectInviteResp &)> nim::ServerRejectInviteCallback
 拒绝邀请加入服务器回调
 
typedef std::function< void(const QChatServerApplyResp &)> nim::ServerApplyCallback
 申请加入服务器回调
 
typedef std::function< void(const QChatServerAcceptApplyResp &)> nim::ServerAcceptApplyCallback
 接受申请加入服务器回调
 
typedef std::function< void(const QChatServerRejectApplyResp &)> nim::ServerRejectApplyCallback
 拒绝申请加入服务器回调
 
typedef std::function< void(const QChatServerKickResp &)> nim::ServerKickCallback
 踢出服务器回调
 
typedef std::function< void(const QChatServerLeaveResp &)> nim::ServerLeaveCallback
 离开服务器回调
 
typedef std::function< void(const QChatServerUpdateMemberInfoResp &)> nim::ServerUpdateMemberInfoCallback
 更新服务器成员信息回调
 
typedef std::function< void(const QChatServerGetMembersResp &)> nim::ServerGetMembersCallback
 查询服务器成员列表回调
 
typedef std::function< void(const QChatServerGetMembersPageResp &)> nim::ServerGetMembersPageCallback
 查询服务器成员列表分页回调
 
typedef std::function< void(const QChatServerSubscribeResp &)> nim::ServerSubscribeCallback
 订阅回调
 
typedef std::function< void(const QChatServerBanMemberResp &)> nim::ServerBanMemberCallback
 封禁成员回调
 
typedef std::function< void(const QChatServerUnbanMemberResp &)> nim::ServerUnbanMemberCallback
 解封成员回调
 
typedef std::function< void(const QChatServerGetBannedMembersPageResp &)> nim::ServerGetBannedMembersPageCallback
 查询服务器成员封禁列表分页回调
 
using nim::ServerSearchPageCallback = GetServersPageCallback
 搜索服务器分页回调
 
using nim::ServerMemberSearchCallback = ServerGetMembersCallback
 搜索服务器成员分页回调
 
using nim::ServerGenerateInviteCodeCallback = std::function< void(const QChatServerGenerateInviteCodeResp &)>
 生成邀请码回调
 
using nim::ServerJoinByInviteCodeCallback = std::function< void(const QChatServerJoinByInviteCodeResp &)>
 通过邀请码加入回调
 
using nim::ServerGetInviteApplyRecordOfServerCallback = std::function< void(const QChatServerGetInviteApplyRecordOfServerResp &)>
 查询服务器下的申请邀请记录回调
 
using nim::ServerGetInviteApplyRecordOfSelfCallback = std::function< void(const QChatServerGetInviteApplyRecordOfSelfResp &)>
 查询自己的申请邀请记录回调
 
using nim::ServerMarkReadCallback = std::function< void(const QChatServerMarkReadResp &)>
 服务器标记已读
 
using nim::ServerSubscribeAllChannelCallback = std::function< void(const QChatServerSubscribeAllChannelResp &)>
 订阅所有频道
 
using nim::ServerEnterAsVisitorCallback = std::function< void(const QChatServerEnterAsVisitorResp &)>
 以游客身份进入服务器回调
 
using nim::ServerLeaveAsVisitorCallback = std::function< void(const QChatServerLeaveAsVisitorResp &)>
 以游客身份离开服务器回调
 
using nim::ServerSubscribeAsVisitorCallback = std::function< void(const QChatServerSubscribeAsVisitorResp &)>
 以游客身份订阅服务器回调
 

详细描述

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