Package io.rong.imlib

Class ReadReceiptV2Manager.GroupReadReceiptV2Listener

    • 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
      abstract void onReadReceiptReceived(Message message)
      abstract void onMessageReceiptResponse(ConversationType type, String targetId, String channelId, String messageUId, int readCount, int totalCount) 群组中消息发送方,当收到server的已读回执响应时,会回调此方法
      • Methods inherited from class java.lang.Object

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

      • ReadReceiptV2Manager.GroupReadReceiptV2Listener

        ReadReceiptV2Manager.GroupReadReceiptV2Listener()
    • Method Detail

      • onMessageReceiptResponse

         abstract void onMessageReceiptResponse(ConversationType type, String targetId, String channelId, String messageUId, int readCount, int totalCount)

        群组中消息发送方,当收到server的已读回执响应时,会回调此方法

        Parameters:
        type - 会话类型
        targetId - 会话 id
        messageUId - 收到回执响应的消息的 uId
        readCount - 已读人数
        totalCount - 总人数