Skip to content

qchat_def.instance_def.QChatInitParam

Zvicii edited this page Jul 7, 2023 · 7 revisions

Interface: QChatInitParam

qchat_def/instance_def.QChatInitParam

QChatInitParam

Table of contents

Properties

Properties

appkey

Optional appkey: string

云信appkey

Defined in

ts/qchat_def/instance_def.ts:188


app_data_path

Optional app_data_path: string

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

Defined in

ts/qchat_def/instance_def.ts:190


custom_timeout

Optional custom_timeout: number

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

Defined in

ts/qchat_def/instance_def.ts:192


auth_timeout

Optional auth_timeout: number

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

Defined in

ts/qchat_def/instance_def.ts:194


database_encrypt_key

Optional database_encrypt_key: string

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

Defined in

ts/qchat_def/instance_def.ts:196


auto_subscribe

Optional auto_subscribe: boolean

自动订阅

Defined in

ts/qchat_def/instance_def.ts:198


encryption_configuration

Optional encryption_configuration: QChatEncryptionConfiguration

加密配置

Defined in

ts/qchat_def/instance_def.ts:200


fcs_configuration

Optional fcs_configuration: QChatFCSConfiguration

FCS配置

Defined in

ts/qchat_def/instance_def.ts:202


message_cache_configuration

Optional message_cache_configuration: QChatMessageCacheConfiguration

消息缓存配置

Defined in

ts/qchat_def/instance_def.ts:204

Clone this wiki locally