get Unread Mentioned Messages
public abstract void getUnreadMentionedMessages(ConversationType conversationType, String targetId, RongIMClient.ResultCallback<List<Message>> callback)
Retrieves unread @ messages in the conversation.
Parameters
conversation Type
Specifies the conversation type.
target Id
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.