NIM 跨平台 C++ SDK
|
#include <nim_qchat_client_def.h>
Public 属性 | |
char * | appkey |
云信appkey | |
char * | app_data_path |
APP 数据存储路径,如果为空,则使用系统默认路径 | |
uint32_t | custom_timeout |
自定义通信超时时间,单位秒, 为 0 使用默认值 | |
uint32_t | auth_timeout |
自定义鉴权超时时间,单位秒, 为 0 使用默认值 | |
char * | database_encrypt_key |
数据库加密密钥,如果为空,则使用默认值 | |
bool | auto_subscribe |
自动订阅 | |
NIMQChatEncryptionConfiguration | encryption_configuration |
圈组协议加密配置 | |
NIMQChatFCSConfiguration | fcs_configuration |
圈组云端数据存储配置信息 | |
NIMQChatMessageCacheConfiguration | message_cache_configuration |
圈组消息缓存配置 | |
char* NIMQChatInitParam::app_data_path |
APP 数据存储路径,如果为空,则使用系统默认路径
char* NIMQChatInitParam::appkey |
云信appkey
uint32_t NIMQChatInitParam::auth_timeout |
自定义鉴权超时时间,单位秒, 为 0 使用默认值
bool NIMQChatInitParam::auto_subscribe |
自动订阅
uint32_t NIMQChatInitParam::custom_timeout |
自定义通信超时时间,单位秒, 为 0 使用默认值
char* NIMQChatInitParam::database_encrypt_key |
数据库加密密钥,如果为空,则使用默认值
NIMQChatEncryptionConfiguration NIMQChatInitParam::encryption_configuration |
圈组协议加密配置
NIMQChatFCSConfiguration NIMQChatInitParam::fcs_configuration |
圈组云端数据存储配置信息
NIMQChatMessageCacheConfiguration NIMQChatInitParam::message_cache_configuration |
圈组消息缓存配置