VirtualCurrencies

@Serializable
class VirtualCurrencies : Parcelable

This class contains all the virtual currencies associated to the user.

Functions

Link copied to clipboard
abstract fun describeContents(): Int
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.

Link copied to clipboard
abstract fun writeToParcel(p0: Parcel, p1: Int)

Properties

Link copied to clipboard