Options
All
  • Public
  • Public/Protected
  • All
Menu

Hierarchy

  • ConnectionParameters

Index

Properties

apiUrl?: string

The URL of the specified REST server. This URL is used when DNS is not enabled. Usually, this URL is used by specific customers who expects to implement data isolation for strict data security. To get the URL, contact our account manager.

appKey: string

The unique application key registered on the console.

autoReconnectNumMax?: number

The maximum number of reconnection attempts allowed.

delivery?: boolean

Whether to enable the delivery receipt function. - true: Enable; - (Default)false: Disable.

deviceId?: string

The unique web device ID. By default, it is a random number.

heartBeatWait?: number

The heartbeat interval (in seconds). The default value is 30,000 seconds.

https?: boolean

Whether to use HTTPS only. By default, the browser determines whether to use HTTPS only according to the domain name.

isDebug?: boolean

Whether to start logging. - true: Yes; - (Default)false: No.

isHttpDNS?: boolean

Whether to enable DNS to prevent DNS hijacking. - (Default)true: Enable; - false: Disable.

url?: string

The URL of the specified message server. Usually, this URL is used by specific customers who expects to implement data isolation for strict data security. To get the URL, contact our account manager.

useOwnUploadFun?: boolean

Whether to use your own upload function, for example, when uploading images and files to your server. - true: Yes. Use your own upload function; - (Default)false: No. Upload images and files to the message server.

Generated using TypeDoc