PurchaseWillBegin

class PurchaseWillBegin(val product: ProductDetails) : PurchasingObserverState(source)

Tracks a beginning of a purchase flow for a product, equalt to Transaction Start event.

Parameters

product

The product that is being purchased.

Constructors

Link copied to clipboard
constructor(product: ProductDetails)

Properties

Link copied to clipboard
val product: ProductDetails