get Ultra Group Unread Mentioned Count
public abstract void getUltraGroupUnreadMentionedCount(String targetId, IRongCoreCallback.ResultCallback<Integer> callback)
获取超级群会话中被 @ 的消息数
注意:此方法只支持超级群的会话类型!
Since
SDK 5.1.8
Parameters
target Id
会话 ID
callback
超级群会话中被 @ 的消息数回调
public abstract void getUltraGroupUnreadMentionedCount(String targetId, List<IRongCoreEnum.PushNotificationLevel> levels, IRongCoreCallback.ResultCallback<Integer> callback)
获取指定超级群会话的未读@
消息数(包括所有频道)
Since
5.2.5
Parameters
target Id
超级群会话 ID
levels
免打扰类型列表 [PushNotificationLevel]
callback
获取指定超级群会话的未读@
消息数(包括所有频道)回调