getGroupMessageDeliverList

public abstract void getGroupMessageDeliverList(String uid, String targetId, String channelId, IRongCoreListener.IGetGroupMessageDeliverListCallback callback)

Get the delivery list of group messages (only supports group messages)

Only queries messages in the local database where the UID exists, the sending direction is SEND, and the recipient has received the message.

Since

SDK 5.1.7

Parameters

targetId

The group ID

channelId

The business identifier of the conversation to which the message belongs

uid

The message UID getUId

callback

The callback for retrieving the group message delivery list