LaunchedComposableNavigator

constructor(navigationMapper: @Composable (Action) -> ComposableNavSpec.LaunchedNavigation)

Parameters

Action

the type of NavigationAction this navigator should respond to.

navigationMapper

Maps Action to a ComposableNavSpec.LaunchedNavigation to be navigated to.