OnBoardingContent
fun OnBoardingContent(launchSource: LaunchSource, state: OnBoardingState, processIntent: (OnBoardingIntent) -> Unit, modifier: Modifier = Modifier)(source)
Renders the OnBoardingContent UI for the SDAI presentation layer.
Author
Dmitriy Moroz
Parameters
launchSource
launch source value consumed by the API.
state
state rendered or processed by the component.
processIntent
process intent value consumed by the API.
modifier
Compose modifier applied to the rendered UI.