initialize
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
Deprecated
Initializing without a listener is now deprecated.
Replace with
import com.getsensibill.core.SensibillSDK
import com.getsensibill.core.SDKInitializeListener
Content copied to clipboard
SensibillSDK.initialize(initializer, object : SDKInitializeListener { /* Implement methods */ })
Content copied to clipboard
Perform necessary initialization that must be done before using the SDK.
Parameters
initializer
an Initializer with configurations for the SDK