Skip to main content

Get the total unread message count for all conversations in a tag.

API Definition

/**
* get the total message unread count by tag ID
* @param tagId tag ID
* @return total message unread count
*/
int getUnreadCountWithTag(String tagId);