AdaptyPurchasedInfo

class AdaptyPurchasedInfo(val profile: AdaptyProfile, val purchase: Purchase)

Constructors

Link copied to clipboard
fun AdaptyPurchasedInfo(profile: AdaptyProfile, purchase: Purchase)

Functions

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

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.