NIM 跨平台 C++ SDK
|
#include "nim_qchat_public_def.h"
类 | |
struct | NIMQChatLoginClientInfo |
struct | NIMQChatKickedResp |
struct | NIMQChatLoginStatusResp |
struct | NIMQChatCustomTokenResp |
struct | NIMQChatMultispotLoginResp |
struct | NIMQChatSDKLogResp |
struct | NIMQChatLoginResp |
struct | NIMQChatLogoutResp |
struct | NIMQChatKickResp |
struct | NIMQChatGetRTCTokenResp |
struct | NIMQChatRegCustomTokenCbParam |
struct | NIMQChatRegKickedCbParam |
struct | NIMQChatRegLoginStatusCbParam |
struct | NIMQChatRegMultispotLoginCbParam |
struct | NIMQChatEncryptionConfiguration |
圈组协议加密配置 更多... | |
struct | NIMQChatFCSConfiguration |
圈组云端数据存储配置信息 更多... | |
struct | NIMQChatMessageCacheConfiguration |
struct | NIMQChatInitParam |
struct | NIMQChatCleanupParam |
struct | NIMQChatLoginParam |
struct | NIMQChatLogoutParam |
struct | NIMQChatKickParam |
struct | NIMQChatRegSDKLogCbParam |
struct | NIMQChatGetRTCTokenParam |
类型定义 | |
typedef NIMQChatCustomTokenResp(* | nim_qchat_custom_token_cb_func) (const NIMQChatCustomTokenResp *resp) |
获取自定义token回调 | |
typedef void(* | nim_qchat_kicked_cb_func) (const NIMQChatKickedResp *resp) |
接收被踢回调 | |
typedef void(* | nim_qchat_login_status_cb_func) (const NIMQChatLoginStatusResp *resp) |
登录状态回调 | |
typedef void(* | nim_qchat_multispot_login_cb_func) (const NIMQChatMultispotLoginResp *resp) |
多端登录回调 | |
typedef void(* | nim_qchat_sdk_log_cb_func) (const NIMQChatSDKLogResp *resp) |
SDK日志回调 | |
typedef void(* | nim_qchat_login_cb_func) (const NIMQChatLoginResp *resp) |
登录回调 | |
typedef void(* | nim_qchat_logout_cb_func) (const NIMQChatLogoutResp *resp) |
登出回调 | |
typedef void(* | nim_qchat_kick_cb_func) (const NIMQChatKickResp *resp) |
踢掉其他端回调 | |
typedef void(* | nim_qchat_get_rtc_token_cb_func) (const NIMQChatGetRTCTokenResp *resp) |
获取RTC token回调 | |
typedef NIMQChatCustomTokenResp(* nim_qchat_custom_token_cb_func) (const NIMQChatCustomTokenResp *resp) |
获取自定义token回调
typedef void(* nim_qchat_get_rtc_token_cb_func) (const NIMQChatGetRTCTokenResp *resp) |
获取RTC token回调
typedef void(* nim_qchat_kick_cb_func) (const NIMQChatKickResp *resp) |
踢掉其他端回调
typedef void(* nim_qchat_kicked_cb_func) (const NIMQChatKickedResp *resp) |
接收被踢回调
typedef void(* nim_qchat_login_cb_func) (const NIMQChatLoginResp *resp) |
登录回调
typedef void(* nim_qchat_login_status_cb_func) (const NIMQChatLoginStatusResp *resp) |
登录状态回调
typedef void(* nim_qchat_logout_cb_func) (const NIMQChatLogoutResp *resp) |
登出回调
typedef void(* nim_qchat_multispot_login_cb_func) (const NIMQChatMultispotLoginResp *resp) |
多端登录回调
typedef void(* nim_qchat_sdk_log_cb_func) (const NIMQChatSDKLogResp *resp) |
SDK日志回调
enum NIMQChatClientType |
enum NIMQChatCommEncryptionAlgorithm |
enum NIMQChatExchangeKeyEncryptionAlgorithm |
enum NIMQChatLoginStatus |
enum NIMQChatLoginStep |