IdoInitOptions
Interface
Description
Parameters for SDK initialization
Properties
serverPath
• serverPath: string
Base path for sending API requests. This would be the base URL of Mosaic server.
resource
• Optional
resource: string
An optional resource URI, if defined in the application settings in the admin portal
logLevel
• Optional
logLevel: LogLevel
The log level for the SDK. Default is LogLevel.Info
Default
LogLevel.Info
See
pollingTimeout
• Optional
pollingTimeout: number
The timeout for polling requests to the server for the wait for another device action in seconds.
Default
3
See
locale
• Optional
locale: string
The expected locale format is the standard language tags as defined by the localization RFC 5646 (https://datatracker.ietf.org/doc/html/rfc5646).