AndroidWebUiView

private fun AndroidWebUiView(modifier: Modifier = Modifier, url: String, client: WebViewClient, onWebViewChanged: (WebView) -> Unit = {})(source)

Renders the AndroidWebUiView UI for the SDAI presentation layer.

Author

Dmitriy Moroz

Parameters

modifier

Compose modifier applied to the rendered UI.

url

remote URL used by the operation.

client

client value consumed by the API.

onWebViewChanged

callback invoked by the component.