createDefaultFrontendCoordinatorContext

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

Creates the default FrontendCoordinatorContext that uses the IviPanelRegistry and the DefaultFrontendCoordinationRules, and uses the FrontendCoordinator static configuration for the createAfterStartupFrontendsTimeout.

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.