Overview
InitOptions type represents the configuration options for initializing the SDK. The code snippet below shows how to use theInitOptions type to create an init options object.
JavaScript
Properties
Extends:PartnerDetailsInitOptions type represents the configuration options for initializing the SDK
InitOptions type to create an init options object.
type InitOptions = PartnerDetails & {
enableDebug?: boolean;
logLevel?: LogLevel;
isTestMode?: boolean;
theme?: ThemeOptions;
};
Hide properties
PartnerDetails