PaywallView
constructor(context: Context, offering: Offering?, listener: PaywallListener?, fontProvider: FontProvider?, shouldDisplayDismissButton: Boolean?, dismissHandler: () -> Unit?)
Constructor when creating the view programmatically with a dismiss handler.
constructor(context: Context, offering: Offering? = null, listener: PaywallListener? = null, fontProvider: FontProvider? = null, shouldDisplayDismissButton: Boolean? = null, purchaseLogic: PurchaseLogic? = null, dismissHandler: () -> Unit? = null)
Constructor when creating the view programmatically.