Read and unread indicators
important:
News Feed is being deprecated. We recommend migrating to our Content Cards messaging channel instead—it’s more flexible, customizable, and reliable. To get started, check out Migrating from News Feed.
Braze allows you to optionally toggle on unread and read indicators on News Feed cards.
Enabling the indicators
To enable this functionality add the following line to your braze.xml
file:
1
<bool name="com_braze_newsfeed_unread_visual_indicator_on">true</bool>
Customizing the indicators
These indicators can be customized by altering the icon_read
and icon_unread
drawables.
New Stuff!