WebUiScreenContent

fun WebUiScreenContent(state: WebUiState = WebUiState(), processIntent: (WebUiIntent) -> Unit = {})(source)

Renders the WebUiScreenContent UI for the SDAI presentation layer.

Author

Dmitriy Moroz

Parameters

state

state rendered or processed by the component.

processIntent

process intent value consumed by the API.