ContentSettingsState

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

Renders the scrollable body of the Settings screen: server, look-and-feel, community, info, and version sections.

Author

Dmitriy Moroz

Parameters

state

MVI state that controls section visibility and item values.

platformActions

platform capabilities needed by settings rows.

processIntent

sends user actions back to the Settings MVI pipeline.