init

abstract fun init(initParams: InitParams)

Initializes the SDK with the provided init parameters. This method must be called before any other SDK operations.

Observe the sdkState to monitor the initialization process and the current state of the SDK.

Parameters

initParams

Initialization parameters.

See also

Throws

if the SDK is already initialized