Skip to main content

Add conversations to an existing tag. The operation is automatically synchronized to the current user devices.

API Definition

/**
* add conversations to a tag
* @param conversations conversation list
* @param tagId tag ID
* @param callback result callback
*/
void addConversationsToTag(List<Conversation> conversations, String tagId, ISimpleCallback callback);