com.getsensibill.core / SDKStartup
SDKStartup
interface SDKStartup
Listener to observe the SDK start process OnSDKStarted, SDK is available to use OnSDKFailed, SDK failed to start
Functions
Name | Summary |
---|---|
onSDKFailed | abstract fun onSDKFailed(loginError: LoginError!, errorMessage: String !): Unit Called when the SDK failed to start |
onSDKStarted | abstract fun onSDKStarted(): Unit Called when the SDK was successfully started |