ScreenContent

private fun ScreenContent(modifier: Modifier = Modifier, state: InputHistoryState, processIntent: (InputHistoryIntent) -> Unit = {}, onGenerationSelected: (AiGenerationResult) -> Unit = {})(source)

Renders the ScreenContent UI for the SDAI presentation layer.

Author

Dmitriy Moroz

Parameters

modifier

Compose modifier applied to the rendered UI.

state

state rendered or processed by the component.

processIntent

process intent value consumed by the API.

onGenerationSelected

callback invoked by the component.