Interface SendMessageExceptionCallback


public interface SendMessageExceptionCallback
  • Method Details

    • onSendMessageFailed

      void onSendMessageFailed(@NonNull SendMessageErrorType type, @Nullable String details)
      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.