getSubscribedCustomTypeUnreadMessageCount method

int? getSubscribedCustomTypeUnreadMessageCount(
  1. String customType
)

Retrieves the count of unread messages for the subscribed channels with the specified custom type.

customType : The custom type of the channels to retrieve the unread count for.

Returns the count of unread messages for the specified custom type.

Implementation

int? getSubscribedCustomTypeUnreadMessageCount(String customType) {
  return SendbirdChat.getSubscribedCustomTypeUnreadMessageCount(customType);
}