Key-value pairs
This reference article covers how to use News Feed key-value pairs in your Android or FireOS application.
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.
Card
objects may optionally carry key-value pairs as extras
. These can be used to send data down with a Card
for further handling by the application.
Call the following on a Card
object to retrieve its extras:
1
Map<String, String> getExtras()
1
extras: Map<String, String>
New Stuff!