PurchaseLogicResult

abstract class PurchaseLogicResult

Represents the result of a purchase or restore 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
class Error(val errorDetails: <Error class: unknown class>? = null) : PurchaseLogicResult

Indicates an error occurred during the purchase or restore attempt.

Link copied to clipboard

Indicates a successful purchase or restore.