Package com.unblu.sdk.core.callback
Interface SendMessageExceptionCallback
public interface SendMessageExceptionCallback
Callback for exceptions that can occur when a call to
UnbluConversation.sendMessage(com.unblu.sdk.core.model.SendMessage, com.unblu.sdk.core.callback.SuccessVoidCallback, com.unblu.sdk.core.callback.SendMessageExceptionCallback) fails.-
Method Summary
Modifier and TypeMethodDescriptionvoidonSendMessageFailed(SendMessageErrorType type, String details) Error while sending a message.
-
Method Details
-
onSendMessageFailed
Error while sending a message.- Parameters:
type- The type of the error.details- Detailed message about the error. Can be null. If present, the message is intended for internal purposes only and isn't localized.
-