project
androidJvm
revenuecatui
/
com.revenuecat.purchases.ui.revenuecatui.activity
/
PaywallResult
/
Restored
Restored
data
class
Restored
(
val
customerInfo
:
CustomerInfo
)
:
PaywallResult
,
Parcelable
The last action the user performed in the paywall activity was a restore.
Members
Constructors
Restored
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