Skip to main content

向存在的标签内添加会话,添加会话动作自动同步当前用户的多设备。

接口定义

/**
* 将会话添加到标签
* @param conversations 会话列表
* @param tagId 标签 id
* @param callback 结果回调
*/
void addConversationsToTag(List<Conversation> conversations, String tagId, ISimpleCallback callback);