GroupReadReceiptV2Listener

public abstract class GroupReadReceiptV2Listener

Message receipt listener.

Callback triggered when a message receipt is received.

Constructors

Functions

Link copied to clipboard
public 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.
Link copied to clipboard
public abstract void onReadReceiptReceived(Message message)