getSubscribedCustomTypeTotalUnreadMessageCount method
Retrieves the total count of unread messages for the subscribed channels with custom types.
Returns the total count of unread messages.
Implementation
int getSubscribedCustomTypeTotalUnreadMessageCount() {
return SendbirdChat.getSubscribedCustomTypeTotalUnreadMessageCount;
}