composable
Adds a Composable for an Action to the NavGraphBuilder
Parameters
The NavigationBundleSpec to use for mapping route arguments to a NavigationBundle
Creates the content by providing the NavigationBundle generated from the route arguments
Adds a Composable for an Action to the NavGraphBuilder
Parameters
The KClass of the Action for which the Composable should be created
The NavigationBundleSpec to use for mapping route arguments to a NavigationBundle
Creates the content by providing the NavigationBundle generated from the route arguments
Adds a Composable for an Action to the NavGraphBuilder
Parameters
The NavigationBundleSpecType to use for extracting the Value from the route arguments
Creates the content by providing the Value generated from the route arguments
Adds a Composable for an Action to the NavGraphBuilder
Parameters
The KClass of the Action for which the Composable should be created
The NavigationBundleSpecType to use for extracting the Value from the route arguments
Creates the content by providing the Value generated from the route arguments