Read and unread indicators
note:
News Feed is being deprecated. Braze recommends that customers who use our News Feed tool move over to our Content Cards messaging channel—it’s more flexible, customizable, and reliable. Check out the migration guide for more.
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!