onPurchaseStarted

abstract fun onPurchaseStarted(product: AdaptyPaywallProduct, context: Context)

This callback is invoked when user initiates the purchase process.

Parameters

product

An AdaptyPaywallProduct of the purchase.

context

A UI Context within which the event occurred.