BottomSheetContentNavHostComposableNavigator

constructor(bottomSheetNavigator: StateFlow<BottomSheetNavigatorState?>, resultHandlers: List<NavHostResultHandler<*, *>> = emptyList(), parentRouteController: RouteController? = null, navigationMapper: @Composable (Action) -> ComposableNavSpec)

Parameters

Action

the type of NavigationAction this navigator should respond to.

bottomSheetNavigator

The StateFlow of BottomSheetNavigatorState to manage this navigator

resultHandlers

The NavHostResultHandler to add to this navigator.

parentRouteController

An optional parent RouteController managing the navigation of a view higher in the hierarchy.

navigationMapper

Maps Action to a ComposableNavSpec to be navigated to.