LaunchedComposableNavigator
class LaunchedComposableNavigator<Action : NavigationAction<*>>(navigationMapper: @Composable (Action) -> ComposableNavSpec.LaunchedNavigation) : ComposableNavigator<Action>
A ComposableNavigator that only supports ComposableNavSpec.LaunchedNavigation navigation.
Parameters
Action
the type of NavigationAction this navigator should respond to.
navigationMapper
Maps Action to a ComposableNavSpec.LaunchedNavigation to be navigated to.
Properties
Link copied to clipboard
override val modifier: @Composable BaseLifecycleViewModel.(@Composable BaseLifecycleViewModel.() -> Unit) -> Unit
This Composable modifier method transforms the View Builder associated with a BaseLifecycleViewModel to wrap the functionality of the subscribable.