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) 会话输入状态发生变化。 对于单聊而言,当对方正在输入时,监听会触发一次;当对方不处于输入状态时,该监听还会触发一次,但回调里输入用户列表为空。
      • 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)

        会话输入状态发生变化。

        对于单聊而言,当对方正在输入时,监听会触发一次;当对方不处于输入状态时,该监听还会触发一次,但回调里输入用户列表为空。

        Parameters:
        type - 会话类型
        targetId - 会话 id
        channelId - 消息所属会话的业务标识。
        typingStatusSet - 会话正在输入的 userList