//app-support/healthstack.app/Home

Home

[androidJvm]\

@Composable

fun Home(dataTypeStatus: List<StatusDataType>, viewModel: TaskViewModel, changeNavigation: (AppStage) -> Unit)

A composable function representing the entire application.

Parameters

androidJvm

   
dataTypeStatus the list of status data types to be displayed in the UI.
viewModel the view model for the tasks in the UI.
changeNavigation a function to change the current navigation state.