getUltraGroupUnreadMentionedCount

public abstract void getUltraGroupUnreadMentionedCount(String targetId, IRongCoreCallback.ResultCallback<Integer> callback)

Retrieves the count of unread @ mentions in an ultra group conversation.

Note: This method only supports ultra group conversation types!

Since

SDK 5.1.8

Parameters

targetId

The conversation ID

callback

Callback for the count of unread @ mentions in the ultra group conversation


public abstract void getUltraGroupUnreadMentionedCount(String targetId, List<IRongCoreEnum.PushNotificationLevel> levels, IRongCoreCallback.ResultCallback<Integer> callback)

Retrieves the count of unread @ messages for a specified ultra group conversation (including all channels).

Since

5.2.5

Parameters

targetId

The conversation ID of the ultra group.

levels

A list of Do Not Disturb levels [PushNotificationLevel].

callback

Callback for retrieving the count of unread @ messages for the specified ultra group conversation (including all channels).