LaunchedComposableNavigator

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.

Constructors

Link copied to clipboard
constructor(navigationMapper: @Composable (Action) -> ComposableNavSpec.LaunchedNavigation)

Properties

Link copied to clipboard

This Composable modifier method transforms the View Builder associated with a BaseLifecycleViewModel to wrap the functionality of the subscribable.

Functions

Link copied to clipboard
open override fun navigate(action: Action)