![]() |
NIM 跨平台 C++ SDK
|
#include "nim_qchat_public_cpp_def.h"类 | |
| struct | nim::QChatCustomTokenResp |
| struct | nim::QChatLoginClientInfo |
| struct | nim::QChatKickedResp |
| struct | nim::QChatLoginStatusResp |
| struct | nim::QChatMultispotLoginResp |
| struct | nim::QChatLoginResp |
| struct | nim::QChatLogoutResp |
| struct | nim::QChatKickResp |
| struct | nim::QChatSDKLogResp |
| struct | nim::QChatGetRTCTokenResp |
| struct | nim::QChatRegCustomTokenCbParam |
| struct | nim::QChatEncryptionConfiguration |
| struct | nim::QChatFCSConfiguration |
| struct | nim::QChatMessageCacheConfiguration |
| struct | nim::QChatInitParam |
| struct | nim::QChatRegKickedCbParam |
| struct | nim::QChatRegLoginStatusCbParam |
| struct | nim::QChatRegMultispotLoginCbParam |
| struct | nim::QChatCleanupParam |
| struct | nim::QChatLoginParam |
| struct | nim::QChatLogoutParam |
| struct | nim::QChatKickParam |
| struct | nim::QChatGetRTCTokenParam |
命名空间 | |
| namespace | nim |
| namespace nim | |
类型定义 | |
| typedef std::function< QChatCustomTokenResp(const QChatCustomTokenResp &) | nim::CustomTokenCallback) |
| 获取自定义token回调 | |
| typedef std::function< void(const QChatKickedResp &) | nim::KickedCallback) |
| 被踢回调 | |
| typedef std::function< void(const QChatLoginStatusResp &) | nim::LoginStatusCallback) |
| 被踢回调 | |
| typedef std::function< void(const QChatMultispotLoginResp &) | nim::MultispotLoginCallback) |
| 多点登录回调 | |
| typedef std::function< void(const QChatSDKLogResp &) | nim::SDKLogCallback) |
| SDK系统日志回调模板 | |
| typedef std::function< void(const QChatLoginResp &) | nim::LoginCallback) |
| 登录回调 | |
| typedef std::function< void(const QChatLogoutResp &) | nim::LogoutCallback) |
| 登出回调 | |
| typedef std::function< void(const QChatKickResp &) | nim::KickCallback) |
| 踢掉自己其他端回调 | |
| using | nim::GetRTCTokenCallback = std::function<void(const QChatGetRTCTokenResp&)> |
| 获取RTC频道token回调 | |