Key-value pairs
This reference article covers in-app messaging key-value pairs for your Android or FireOS application.
In-app message objects may carry key-value pairs as extras
. They are specified on the dashboard under Settings when creating an in-app message campaign. These can be used to send data with an in-app message for further handling by the application.
Call the following when you get an in-app message object to retrieve its extras:
1
Map<String, String> getExtras()
1
extras: Map<String, String>
Refer to this KDoc for more information.
New Stuff!