onMessageReceiptRequest

public abstract void onMessageReceiptRequest(ConversationType type, String targetId, String messageUId)

In a group or discussion group, when someone initiates a read receipt request, the other participants in the conversation will receive the request and this method will be called back.

The recipient should call sendReadReceiptResponse to send a response at the appropriate time (after reading the message).

Parameters

type

The type of the conversation.

targetId

The target ID of the conversation.

messageUId

The UID of the message for which the read receipt request was made.