Package com.unblu.sdk.core.callback
Interface StartAudioCallExceptionCallback
- All Superinterfaces:
NotInitializedExceptionCallback
Callback for exceptions which can occur when starting an audio call failed
-
Method Summary
Modifier and TypeMethodDescriptionvoid
onFailedToStartAudioCall
(StartAudioCallErrorType type, String details) Error while starting an audio call.void
The ui must be at least shown once after initialization, otherwise this error is thrown.Methods inherited from interface com.unblu.sdk.core.callback.NotInitializedExceptionCallback
onNotInitialized
-
Method Details
-
onFailedToStartAudioCall
Error while starting an audio call. See error type for details- Parameters:
type
- Type of the errordetails
- Error message; Can be null
-
onUiWasNeverShown
void onUiWasNeverShown()The ui must be at least shown once after initialization, otherwise this error is thrown.
-