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!): UnitCalled when the SDK failed to start |
| onSDKStarted | abstract fun onSDKStarted(): UnitCalled when the SDK was successfully started |