getSubscribedTotalUnreadMessageCount method

int getSubscribedTotalUnreadMessageCount()

Retrieves the total count of unread messages for the subscribed channels.

Returns the total count of unread messages.

Implementation

int getSubscribedTotalUnreadMessageCount() {
  return SendbirdChat.getSubscribedTotalUnreadMessageCount;
}