PaywallPresentationHandler

Constructors

Link copied to clipboard
constructor()

Functions

Link copied to clipboard

Sets the handler that will be called when the paywall requests a custom callback.

Link copied to clipboard
fun onDismiss(handler: (PaywallInfo, PaywallResult) -> Unit)
Link copied to clipboard
fun onError(handler: (Throwable) -> Unit)
Link copied to clipboard
fun onPresent(handler: (PaywallInfo) -> Unit)
Link copied to clipboard
fun onSkip(handler: (PaywallSkippedReason) -> Unit)