PaywallUIDelegate

Properties

Link copied to clipboard
abstract val info: PaywallInfo
Link copied to clipboard
abstract val state: PaywallViewState

Functions

Link copied to clipboard
abstract fun evaluate(code: String, resultCallback: (String?) -> Unit?)
Link copied to clipboard
abstract fun eventDidOccur(paywallWebEvent: PaywallWebEvent)
Link copied to clipboard
abstract fun openDeepLink(url: String)
Link copied to clipboard
abstract fun presentBrowserExternal(url: String)
Link copied to clipboard
abstract fun presentBrowserInApp(url: String)
Link copied to clipboard
abstract fun presentPaymentSheet(url: String)
Link copied to clipboard