SettingsScreenContent
fun SettingsScreenContent(modifier: Modifier = Modifier, state: SettingsState, platformActions: SettingsPlatformActions = NoOpSettingsPlatformActions, processIntent: (SettingsIntent) -> Unit = {})(source)
Stateless Settings content used by the screen and tests.
Author
Dmitriy Moroz
Parameters
modifier
Compose modifier applied to the Settings content root.
state
Current Settings MVI state.
platformActions
Platform permission and settings bridge used by Settings actions.
processIntent
Intent sink used to route UI actions back to the ViewModel.