Key-value pairs
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>