Package io.rong.imlib

Interface IConversationChannelListener.ConversationChannelTypingStatusListener

    • 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, String channelId, 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, String channelId, Collection<TypingStatus> typingStatusSet)

        The typing status of the conversation has changed.

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

        Parameters:
        type - Conversation type
        targetId - Conversation ID
        channelId - Business identifier of the conversation to which the message belongs.
        typingStatusSet - List of users currently typing in the conversation