AdaptyPurchaseResult

sealed interface AdaptyPurchaseResult

Represents the result of a purchase operation in Adapty.

Inheritors

Types

Link copied to clipboard

The purchase is pending (e.g., waiting for approval or external processing).

Link copied to clipboard
data class Success(val profile: AdaptyProfile, val appleJwsTransaction: String? = null, val googlePurchaseToken: String? = null) : AdaptyPurchaseResult

The purchase was successful.

Link copied to clipboard

The purchase was canceled by the user.