Success

data class Success(val successfulPurchase: SuccessfulPurchase) : PurchaseState

Represents the state where the purchase has completed successfully.

Constructors

Link copied to clipboard
constructor(successfulPurchase: SuccessfulPurchase)

Properties

Link copied to clipboard
val successfulPurchase: SuccessfulPurchase

Contains the details of the successful transaction, which can be used to update the UI or grant entitlements.