createDefaultFrontendCoordinator

@IviExperimental(reasons = [])
fun LifecycleViewModel.createDefaultFrontendCoordinator(coreSystemUiViewModel: CoreSystemUiViewModel, createAfterStartupFrontendsTrigger: Flow<Boolean>): FrontendCoordinator<IviPanelRegistry>

Creates the default FrontendCoordinator.

Parameters

coreSystemUiViewModel

The view model for the state of the system UI's core functionality.

createAfterStartupFrontendsTrigger

Indicates whether frontends adhering to FrontendCreationPolicy.CREATE_FRONTEND_AFTER_STARTUP should be created.