Error

data class Error(val error: PurchasesError) : PaywallResult, Parcelable

The user tried to purchase a product or restore purchases but an error occurred. If they tried multiple times, the error corresponds to the last attempt.

Constructors

Link copied to clipboard
constructor(error: PurchasesError)

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