Package io.rong.imlib

Interface IRongCoreListener.ReadReceiptV4Listener

    • 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 onPrivateMessageReceiptResponse(ConversationType conversationType, String targetId, String channelId, long readTime)
      abstract void onGroupMessageReceiptResponse(ConversationType type, String targetId, String channelId, String messageUId, int readCount, int totalCount) This method is called when the message sender in the 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

    • Method Detail

      • onPrivateMessageReceiptResponse

         abstract void onPrivateMessageReceiptResponse(ConversationType conversationType, String targetId, String channelId, long readTime)
      • onGroupMessageReceiptResponse

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

        This method is called when the message sender in the group receives a read receipt response from the server.

        Parameters:
        type - Conversation type
        targetId - Conversation ID
        messageUId - UID of the message for which the read receipt response was received
        readCount - Number of users who have read the message
        totalCount - Total number of users