问题描述
清除本地所有消息,包括已读和未读的消息,请问怎么清除?
解决方案
这个是删除所有会话的方法:// deleteMessage,是否删除会话中的message,YES为删除 append2Chat:是否更新内存中内容[[EaseMob sharedInstance].chatManager removeAllConversationsWithDeleteMessages:YES append2Chat:YES];
时间: 2024-12-21 21:56:37
清除本地所有消息,包括已读和未读的消息,请问怎么清除?
这个是删除所有会话的方法:// deleteMessage,是否删除会话中的message,YES为删除 append2Chat:是否更新内存中内容[[EaseMob sharedInstance].chatManager removeAllConversationsWithDeleteMessages:YES append2Chat:YES];