onPurchaseCanceled

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

This callback is invoked when user cancels the purchase manually.

Parameters

product

An AdaptyPaywallProduct of the purchase.

context

A UI Context within which the event occurred.