ComposableNavigator
sealed class ComposableNavigator<Action : NavigationAction<*>> : Navigator<Action> , ComposableLifecycleSubscribable
A Navigator managed by a RouteController
Parameters
Action
the type of NavigationAction this navigator should respond to.
navigationMapper
A mapper that converts an Action handled by this navigator into a ComposableNavSpec
Inheritors
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.