Package com.unblu.sdk.core.callback
Interface NotInitializedExceptionCallback
- All Known Subinterfaces:
OpenConversationExceptionCallback
,OpenConversationOverviewExceptionCallback
,ShowUiExceptionCallback
,StartAudioCallExceptionCallback
,StartVideoCallExceptionCallback
public interface NotInitializedExceptionCallback
Callback for exceptions which can occur when the api is not initialized
-
Method Summary
-
Method Details
-
onNotInitialized
void onNotInitialized()Api is not initialized. May it is in error state if it was already initialized before
-