Package io.rong.imlib

Interface IRongCoreListener.TypingStatusListener

    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
    • Field Summary

      Fields 
      Modifier and Type Field Description
    • Constructor Summary

      Constructors 
      Constructor Description
    • Enum Constant Summary

      Enum Constants 
      Enum Constant Description
    • Method Summary

      Modifier and Type Method Description
      abstract void onTypingStatusChanged(ConversationType type, String targetId, Collection<TypingStatus> typingStatusSet) The typing status of the conversation has changed.
      • Methods inherited from class java.lang.Object

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

    • Method Detail

      • onTypingStatusChanged

         abstract void onTypingStatusChanged(ConversationType type, String targetId, Collection<TypingStatus> typingStatusSet)

        The typing status of the conversation has changed.

        For one-to-one chats, this event is triggered once when the other party is typing, and once again when they stop typing. In the latter case, the user list in the callback will be empty.

        Parameters:
        type - The type of the conversation
        targetId - The ID of the conversation
        typingStatusSet - The list of users currently typing in the conversation