delete Messages
public abstract void deleteMessages(ConversationType conversationType, String targetId, String channelId, IRongCoreCallback.ResultCallback<Boolean> callback)
删除某个会话中的所有消息。
此接口删除指定会话中数据库的所有消息,同时会清理数据库空间,减少占用空间。
Since
5.1.1
Parameters
conversation Type
会话类型,不支持聊天室。参考 Conversation.ConversationType 。
target Id
会话 id。根据不同的 conversationType,可能是 userId, groupId, discussionId。
channel Id
消息所属会话的业务标识。
callback
删除是否成功的回调。