ProvidingNavHostComposableNavigator

A ComposableNavigator that is managed by a NavHost. Must have a NavHost set up higher up in the View-hierarchy.

Parameters

Action

the type of NavigationAction this navigator should respond to.

Provider

the type of provider associated with the ProvidingNavHostRouteController controlling the route.

routeController

The ProvidingNavHostRouteController controlling the route.

resultHandlers

The NavHostResultHandler to add to this navigator.

navigationMapper

Maps Action to a Route to be navigated to.

Inheritors

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)