Package com.unblu.sdk.core.callback
Interface OpenConversationOverviewExceptionCallback
- All Superinterfaces:
NotInitializedExceptionCallback
Callback for exceptions that can occur when a call to
UnbluClient.openConversationOverview(com.unblu.sdk.core.callback.SuccessVoidCallback, com.unblu.sdk.core.callback.OpenConversationOverviewExceptionCallback) fails.-
Method Summary
Modifier and TypeMethodDescriptionvoidonFailedToOpenOverview(OpenConversationOverviewErrorType type, String details) Error while opening the conversation overview.Methods inherited from interface com.unblu.sdk.core.callback.NotInitializedExceptionCallback
onNotInitialized
-
Method Details
-
onFailedToOpenOverview
void onFailedToOpenOverview(@NonNull OpenConversationOverviewErrorType type, @Nullable String details) Error while opening the conversation overview.- Parameters:
type- The type of errordetails- Detailed message about the error. Can be null. If present, the message is intended for internal purposes only and isn't localized.
-