VirtualCurrency

@Serializable
class VirtualCurrency : Parcelable

A class representing information about a virtual currency in the app.

Functions

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

Properties

Link copied to clipboard

The customer's current balance of the virtual currency.

Link copied to clipboard

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

Link copied to clipboard

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

Link copied to clipboard

The virtual currency description defined in the RevenueCat dashboard.