getUnreadMentionedMessages

public abstract void getUnreadMentionedMessages(ConversationType conversationType, String targetId, RongIMClient.ResultCallback<List<Message>> callback)

Retrieves unread @ messages in the conversation.

Parameters

conversationType

Specifies the conversation type.

targetId

Represents the conversation ID. Depending on the conversationType, it could be a user ID, discussion group ID, or group ID.

callback

Callback for retrieving unread @ messages. The returned message list in the callback is ordered chronologically from oldest to newest.