initialize

open override fun initialize(initializer: Initializer)

Perform necessary initialization that must be done before using the SDK.

Parameters

initializer

an Initializer with configurations for the SDK

open override fun initialize(initializer: Initializer, listener: SDKInitializeListener)

Perform necessary initialization that must be done before using the SDK.

Parameters

initializer

an Initializer with configurations for the SDK

listener

a listener to be notified when initialization completes