Subchannel Unread Count
The SDK provides a simple way for clients to retrieve the unread count for a sub channel. To view the unread count for a sub channel, we can get it from a sub channel object. This count represents the number of messages that you have not yet read in that sub channel.
Check unread count support for sub channel
To check if a sub channel supports the Unread Count feature, you can use the following code:
Last updated