Skip to main content

Get the list of tags created by the current user.

API Reference


/**
* Get the cached conversation-tag list (cached data may not be the latest version; use it to render the UI immediately for a better user experience).
* @return conversation-tag list
*/
List<ConversationTagInfo> getCachedConversationTagList();

/**
* get the conversation-tag list (synchronize the latest list from the server)
* @param callback result callback
*/
void getConversationTagList(JIMConst.IResultListCallback<ConversationTagInfo> callback);