VirtualCurrencies

The VirtualCurrencies object contains all the virtual currencies associated to the user.

Constructors

Link copied to clipboard
constructor(all: Map<String, VirtualCurrency>)

Properties

Link copied to clipboard

Map of all VirtualCurrency objects keyed by virtual currency code.

Functions

Link copied to clipboard
operator fun get(code: String): VirtualCurrency?

Returns the virtual currency for the given key, or null if it doesn't exist.