WebUiBrowser

internal actual fun WebUiBrowser(modifier: Modifier, url: String, onLoadingChanged: (Boolean) -> Unit, onControllerChanged: (WebUiController?) -> Unit)(source)

Renders the WebUiBrowser 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.

onLoadingChanged

callback invoked by the component.

onControllerChanged

callback invoked by the component.

internal expect fun WebUiBrowser(modifier: Modifier = Modifier, url: String, onLoadingChanged: (Boolean) -> Unit = {}, onControllerChanged: (WebUiController?) -> Unit = {})(source)

Renders the WebUiBrowser 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.

onLoadingChanged

callback invoked by the component.

onControllerChanged

callback invoked by the component.

internal actual fun WebUiBrowser(modifier: Modifier, url: String, onLoadingChanged: (Boolean) -> Unit, onControllerChanged: (WebUiController?) -> Unit)(source)

Renders the WebUiBrowser 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.

onLoadingChanged

callback invoked by the component.

onControllerChanged

callback invoked by the component.