clear Conversations By Tag
public abstract void clearConversationsByTag(String tagId, boolean deleteMessage, IRongCoreCallback.ResultCallback<Boolean> callback)
Deletes all conversations under the specified tag. Note: This operation will unbind the relationship between the conversation and the tag. Re-binding is required if you call this again.
Since
5.1.5
Parameters
tag Id
The ID of the tag
delete Message
Indicates whether to delete the messages
callback
Callback for tag deletion