NIM PC Cross Platform SDK
载入中...
搜索中...
未找到
NIMQChatInitParam结构体 参考

#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
 圈组消息缓存配置
 

类成员变量说明

◆ app_data_path

char* NIMQChatInitParam::app_data_path

APP 数据存储路径,如果为空,则使用系统默认路径

◆ appkey

char* NIMQChatInitParam::appkey

云信appkey

◆ auth_timeout

uint32_t NIMQChatInitParam::auth_timeout

自定义鉴权超时时间,单位秒, 为 0 使用默认值

◆ auto_subscribe

bool NIMQChatInitParam::auto_subscribe

自动订阅

◆ custom_timeout

uint32_t NIMQChatInitParam::custom_timeout

自定义通信超时时间,单位秒, 为 0 使用默认值

◆ database_encrypt_key

char* NIMQChatInitParam::database_encrypt_key

数据库加密密钥,如果为空,则使用默认值

◆ encryption_configuration

NIMQChatEncryptionConfiguration NIMQChatInitParam::encryption_configuration

圈组协议加密配置

◆ fcs_configuration

NIMQChatFCSConfiguration NIMQChatInitParam::fcs_configuration

圈组云端数据存储配置信息

◆ message_cache_configuration

NIMQChatMessageCacheConfiguration NIMQChatInitParam::message_cache_configuration

圈组消息缓存配置


该结构体的文档由以下文件生成: