AndroidWebUiController

private class AndroidWebUiController(val webView: WebView) : WebUiController(source)

Coordinates AndroidWebUiController behavior in the SDAI presentation layer.

Author

Dmitriy Moroz

Constructors

Link copied to clipboard
constructor(webView: WebView)

Properties

Link copied to clipboard
open override val canGoBack: Boolean

Exposes the canGoBack value used by the SDAI presentation layer.

Link copied to clipboard
private val webView: WebView

Exposes the webView value used by the SDAI presentation layer.

Functions

Link copied to clipboard
open override fun goBack()

Executes the goBack step in the SDAI presentation layer.