Package io.rong.imkit

Class BaseConversationEventListener

    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
    • Field Summary

      Fields 
      Modifier and Type Field Description
    • Enum Constant Summary

      Enum Constants 
      Enum Constant Description
    • Method Summary

      Modifier and Type Method Description
      void onSaveDraft(ConversationType type, String targetId, String content)
      void onClearedMessage(ConversationType type, String targetId)
      void onClearedUnreadStatus(ConversationType type, String targetId)
      void onConversationRemoved(ConversationType type, String targetId)
      void onOperationFailed(ErrorCode code)
      void onClearConversations(Array<ConversationType> conversationTypes)
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • BaseConversationEventListener

        BaseConversationEventListener()