Skip to content

qchat_def.instance_def.QChatInitParam

Zvicii edited this page Jul 11, 2022 · 7 revisions

Interface: QChatInitParam

qchat_def/instance_def.QChatInitParam

Interface

QChatInitParam

Table of contents

Properties

Properties

app_data_path

app_data_path: string

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

Defined in

ts/qchat_def/instance_def.ts:188


app_install_path

app_install_path: string

APP安装路径,用于加载依赖库,如果为空,则使用当前路径

Defined in

ts/qchat_def/instance_def.ts:190


custom_timeout

custom_timeout: number

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

Defined in

ts/qchat_def/instance_def.ts:192


auth_timeout

auth_timeout: number

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

Defined in

ts/qchat_def/instance_def.ts:194


database_encrypt_key

database_encrypt_key: string

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

Defined in

ts/qchat_def/instance_def.ts:196


encryption_configuration

encryption_configuration: QChatEncryptionConfiguration

加密配置

Defined in

ts/qchat_def/instance_def.ts:198


fcs_configuration

fcs_configuration: QChatFCSConfiguration

FCS配置

Defined in

ts/qchat_def/instance_def.ts:200


message_cache_configuration

message_cache_configuration: QChatMessageCacheConfiguration

消息缓存配置

Defined in

ts/qchat_def/instance_def.ts:202

Clone this wiki locally