WebViewState

class WebViewState<T : WebView>(webContent: WebContent)

A state holder to hold the state for the WebView. In most cases this will be remembered using the rememberWebViewState(uri) function.

Constructors

Link copied to clipboard
constructor(webContent: WebContent)

Properties

Link copied to clipboard

The content being loaded by the WebView

Link copied to clipboard
var webView: T?