//app-support/healthstack.app/BaseApplication

BaseApplication

[androidJvm]\

@Composable

fun BaseApplication(onboardingTask: OnboardingTask, singUpTask: SignUpTask, statusList: List<StatusDataType>, healthDataSyncSpecs: List<SyncManager.HealthDataSyncSpec>)

Composable function representing the entire application.

Parameters

androidJvm

   
onboardingTask the onboarding task to be performed when the app is launched.
singUpTask the sign up task to be performed after the onboarding task is completed.
statusList the list of status data types to be displayed in the UI.
healthDataSyncSpecs the list of health data sync specifications to be used by the SyncManager.