Success

data class Success(val customerInfo: CustomerInfo) : RestoreState

Indicates that the purchase restoration completed successfully.

Constructors

Link copied to clipboard
constructor(customerInfo: CustomerInfo)

Properties

Link copied to clipboard
val customerInfo: CustomerInfo

The latest CustomerInfo object retrieved after restoring purchases. This object contains the updated entitlement and subscription status for the user.