GroupReadReceiptV2Listener

public abstract class GroupReadReceiptV2Listener

消息回执监听.

收到消息回执时会回调.

Constructors

Functions

Link copied to clipboard
public abstract void onMessageReceiptResponse(ConversationType type, String targetId, String channelId, String messageUId, int readCount, int totalCount)
群组中消息发送方,当收到server的已读回执响应时,会回调此方法
Link copied to clipboard
public abstract void onReadReceiptReceived(Message message)