project
androidJvm
revenuecatui
/
com.revenuecat.purchases.ui.revenuecatui.activity
/
PaywallResult
/
Purchased
Purchased
data
class
Purchased
(
val
customerInfo
:
CustomerInfo
)
:
PaywallResult
,
Parcelable
The user purchased a product and the paywall was closed.
Members
Constructors
Purchased
Link copied to clipboard
constructor
(
customerInfo
:
CustomerInfo
)
Functions
describe
Contents
Link copied to clipboard
abstract
fun
describeContents
(
)
:
Int
write
To
Parcel
Link copied to clipboard
abstract
fun
writeToParcel
(
p0
:
Parcel
,
p1
:
Int
)
Properties
customer
Info
Link copied to clipboard
val
customerInfo
:
CustomerInfo