VirtualCurrency

class VirtualCurrency(val balance: Int, val name: String, val code: String, val serverDescription: String?)

The VirtualCurrency object represents information about a virtual currency in the app. Use this object to access information about a virtual currency, such as its current balance.

Constructors

Link copied to clipboard
constructor(balance: Int, name: String, code: String, serverDescription: String?)

Properties

Link copied to clipboard

The virtual currency's balance.

Link copied to clipboard

The virtual currency's code.

Link copied to clipboard

The virtual currency's name.

Link copied to clipboard

The virtual currency's description defined in the RevenueCat dashboard.