Purchased

data class Purchased(val customerInfo: CustomerInfo) : PaywallResult, Parcelable

The user purchased a product and the paywall was closed.

Constructors

Link copied to clipboard
constructor(customerInfo: CustomerInfo)

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