Interface LeaveConversationResponse

    • Method Detail

      • getLeftStatus

        boolean getLeftStatus()
        Returns the left status of the conversation.
        Returns:
        the left status of the conversation. When false, an error occurred and the error can been obtained by calling the getError() error information.
      • getError

        MessagingError getError()
        If LeftStatus is false, this returns error information.
        Returns:
        error information. Exists only if left status is false.