Package com.unblu.sdk.core.callback
Interface ShowUiExceptionCallback
- All Superinterfaces:
- NotInitializedExceptionCallback
Callback for exceptions which can occur when showing/hidding the Unblu UI
- 
Method SummaryModifier and TypeMethodDescriptionvoidTriggered when trying to show the UI, but there is currently no activity activeMethods inherited from interface com.unblu.sdk.core.callback.NotInitializedExceptionCallbackonNotInitialized
- 
Method Details- 
onNoActiveActivityvoid onNoActiveActivity()Triggered when trying to show the UI, but there is currently no activity active
 
-