NIM PC Cross Platform SDK
nim_qchat_server_cpp_def.h File Reference

Go to the source code of this file.

Classes

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

Namespaces

namespace  nim_qchat
 namespace nim_qchat
 

Typedefs

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

Detailed Description

Author
NetEase Yunxin
Version
0.1
Date
2022-01-17