/ UIKit / Android
UIKit
Chat UIKit Android v3
Chat UIKit Android
Chat UIKit
Android
Version 3

Unread message counts

Copy link

Unread message counts is a feature that informs users the number of messages they haven’t read in each channel. The unread message count appears in the ChannelListComponent of the ChannelListModule. The number of unread messages per channel is displayed below the timestamp of the last received message. If the message count exceeds 100, it will show as 99+.

Note : In order to use the unread message counts feature, you must first build a channel list-based service and get a channel list view. To learn how to display channel list view, refer to the List channels page.

Customize the UI for unread message counts

Copy link

The UI for unread message counts can be customized through the string resource. The string resource is a set of strings used to compose the screen. It’s a res/strings.xml file containing UIKit-defined string values.

<resources>
    <string name="sb_text_channel_list_unread_count_max">99+</string>
</resources>