Restored

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

The last action the user performed in the paywall activity was a restore.

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