Key Value Pairs
Card
objects may optionally carry key value pairs as extras
. These can be used to send data down along 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>
See the Javadoc for more information.