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) Callback triggered when the message sender in a group receives a read receipt response from the 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)

        Callback triggered when the message sender in a group receives a read receipt response from the server.

        Parameters:
        type - Specifies the conversation type.
        targetId - Indicates the conversation ID.
        messageUId - Represents the UID of the message for which the receipt response was received.
        readCount - Indicates the number of users who have read the message.
        totalCount - Represents the total number of users in the conversation.