Interface SendMessageCompletionHandler


  • public interface SendMessageCompletionHandler
    • Method Detail

      • onSuccess

        void onSuccess()
        Reports that the send operation was successfully completed.
      • onError

        void onError​(ChatException chatFailure)
        Reports that the send operation was completed with errors.
        Parameters:
        chatFailure - send operation completed error.
        See Also:
        ChatException