Skip to content

qchat_def.instance_def.QChatInitParam

Zvicii edited this page Nov 22, 2022 · 7 revisions

Interface: QChatInitParam

qchat_def/instance_def.QChatInitParam

Interface

QChatInitParam

Table of contents

Properties

Properties

app_data_path

Optional app_data_path: string

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

Defined in

ts/qchat_def/instance_def.ts:188


custom_timeout

Optional custom_timeout: number

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

Defined in

ts/qchat_def/instance_def.ts:190


auth_timeout

Optional auth_timeout: number

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

Defined in

ts/qchat_def/instance_def.ts:192


database_encrypt_key

Optional database_encrypt_key: string

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

Defined in

ts/qchat_def/instance_def.ts:194


encryption_configuration

Optional encryption_configuration: QChatEncryptionConfiguration

加密配置

Defined in

ts/qchat_def/instance_def.ts:196


fcs_configuration

Optional fcs_configuration: QChatFCSConfiguration

FCS配置

Defined in

ts/qchat_def/instance_def.ts:198


message_cache_configuration

Optional message_cache_configuration: QChatMessageCacheConfiguration

消息缓存配置

Defined in

ts/qchat_def/instance_def.ts:200

Clone this wiki locally