Success

class Success(val profile: AdaptyProfile, val purchase: Purchase?) : AdaptyPurchaseResult

The purchase succeeded with an AdaptyProfile.

Constructors

Link copied to clipboard
constructor(profile: AdaptyProfile, purchase: Purchase?)

Properties

Link copied to clipboard

An AdaptyProfile which contains the up-to-date information about the user.

Link copied to clipboard
val purchase: Purchase?

A Purchase object, which represents the payment.

Functions

Link copied to clipboard
open override fun toString(): String