PurchaseResult

data class PurchaseResult(val storeTransaction: StoreTransaction, val customerInfo: CustomerInfo)

The result of a successful purchase operation. Used in coroutines.

Constructors

Link copied to clipboard
constructor(storeTransaction: StoreTransaction, customerInfo: CustomerInfo)

Properties

Link copied to clipboard

The updated CustomerInfo for this user after the purchase has been synced with RevenueCat's servers.

Link copied to clipboard