- Android
- iOS
- JavaScript
- 鸿蒙
示例代码
JIM.getInstance().getConversationManager().clearTotalUnreadCount(new IConversationManager.ISimpleCallback() {
@Override
public void onSuccess() {
}
@Override
public void onError(int errorCode) {
}
});
示例代码
[JIM.shared.conversationManager clearTotalUnreadCount:^{
} error:^(JErrorCode code) {
}];
示例代码
jim.clearTotalUnreadcount().then(() => {
console.log('clear total unreadcount successfully');
})
示例代码
JuggleIm.instance.getConversationManager().clearTotalUnreadCount((code)=>{
})