SettingsScreenContent

fun SettingsScreenContent(modifier: Modifier = Modifier, state: SettingsState, platformActions: SettingsPlatformActions = NoOpSettingsPlatformActions, processIntent: (SettingsIntent) -> Unit = {})(source)

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

platformActions

platform actions value consumed by the API.

processIntent

process intent value consumed by the API.