SDKStartup

interface SDKStartup

Listener to observe the SDK start process OnSDKStarted, SDK is available to use OnSDKFailed, SDK failed to start

Functions

Link copied to clipboard
abstract fun onSDKFailed(loginError: LoginError, errorMessage: String)
Called when the SDK failed to start
Link copied to clipboard
abstract fun onSDKStarted()
Called when the SDK was successfully started