Success
data class Success(val profile: AdaptyProfile, val appleJwsTransaction: String? = null, val googlePurchaseToken: String? = null) : AdaptyPurchaseResult
The purchase was successful.
Constructors
Link copied to clipboard
constructor(profile: AdaptyProfile, appleJwsTransaction: String? = null, googlePurchaseToken: String? = null)
Properties
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
The updated AdaptyProfile after the purchase.