Interface ConversationCompletionHandler


  • public interface ConversationCompletionHandler
    Completion handler for asynchronous conversation operations.
    • Method Detail

      • onSuccess

        void onSuccess​(Conversation conversation)
        Reports that the operation was successfully completed.
        Parameters:
        conversation - The target conversation.
      • onError

        void onError​(MessagingException error)
        Reports that the operation has failed.
        Parameters:
        error - Information about failure details.