PaywallWebUI

interface PaywallWebUI(source)

Inheritors

Types

Link copied to clipboard

Properties

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard

Functions

Link copied to clipboard
abstract fun attach(toView: ViewGroup)
Link copied to clipboard
abstract fun destroyView()
Link copied to clipboard
abstract fun detach(fromView: ViewGroup)
Link copied to clipboard
Link copied to clipboard
abstract fun evaluate(code: String, resultCallback: (String?) -> Unit?)
Link copied to clipboard
abstract fun onView(perform: View.() -> Unit)
Link copied to clipboard
abstract fun scrollBy(x: Int, y: Int)
Link copied to clipboard
abstract fun scrollTo(x: Int, y: Int)
Link copied to clipboard
abstract fun setup(url: PaywallURL, onRenderCrashed: (didCrash: Boolean, priority: Int) -> Unit)