Skip to content

Key-value pairs

This reference article covers how to use News Feed key-value pairs in your Android or FireOS application.

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>
HOW HELPFUL WAS THIS PAGE?
New Stuff!