PurchaseLogicResult

Represents the result of a purchase attempt made by custom app-based code (not RevenueCat).

Inheritors

Types

Link copied to clipboard

Indicates the purchase or restore was cancelled.

Link copied to clipboard
data class Error(val errorDetails: PurchasesError? = null) : PurchaseLogicResult

Indicates an error occurred during the purchase or restore attempt.

Link copied to clipboard

Indicates a successful purchase or restore.