BackButtonCallback |
Callback for back button presses while the Unblu UI is displayed.
|
ConversationInterceptCallback |
Callback which is triggered if an operation succeeded.
|
DeinitializeExceptionCallback |
Callback for exceptions which can occur on deinitialization of the UnbluClient
|
GetPersonInfoAsyncErrorCallback |
Callback for exceptions which can occur while obtaining the PersonInfo asynchronously from the UnbluClient
|
InitializeExceptionCallback |
Callback for exceptions which can occur while initializing the UnbluClient
|
InitializeSuccessCallback<T extends UnbluClient> |
Callback which is triggered if an operation succeeded.
|
MobileCoBrowsingExceptionCallback |
Callback for exceptions which can occur when trying to execute mobile co-browsing actions
|
NotInitializedExceptionCallback |
Callback for exceptions which can occur when the api is not initialized
|
OpenConversationExceptionCallback |
Callback for exceptions which can occur when it failed to open a conversation
|
OpenConversationOverviewExceptionCallback |
Callback for exceptions which can occur when it failed to open the conversation overview
|
ShowUiExceptionCallback |
Callback for exceptions which can occur when showing/hidding the Unblu UI
|
StartAudioCallExceptionCallback |
Callback for exceptions which can occur when starting an audio call failed
|
StartVideoCallExceptionCallback |
Callback for exceptions which can occur when starting an video call failed
|
SuccessCallback<T> |
Callback which is triggered if an operation succeeded.
|
SuccessVoidCallback |
Empty callback which signalizes a success when it is called
|