onClearedUnreadStatus

public abstract void onClearedUnreadStatus(ConversationType type, String targetId)

清除某会话的所有消息未读状态时,回调此方法。

Parameters

type

会话类型。不支持传入 ConversationType.CHATROOM。

targetId

目标 Id。根据不同的 conversationType,可能是用户 Id、讨论组 Id、群组 Id。


public void onClearedUnreadStatus(ConversationIdentifier conversationIdentifier)