SdkConfiguration
The SDK configuration.
See
Properties
licenseKey
licenseKey: LicenseKey;
The license key is linked to your application ID. For instructions on obtaining a license key, please contact support.
logLevel
logLevel?: LogLevel;
The log level for internal logging. Default is LogLevel.Info
.
plugins
plugins?: PluginConstructor[];
The plugins to use with the SDK.
Accepts constructor functions that extend the Plugin
class.