ReadReceiptV4Listener

public interface ReadReceiptV4Listener

Multi-device synchronization listener for conversation read time v4

Functions

Link copied to clipboard
public 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.
Link copied to clipboard
public abstract void onPrivateMessageReceiptResponse(ConversationType conversationType, String targetId, String channelId, long readTime)