Package-level declarations

Types

Link copied to clipboard

Represents the main top-level destinations of the application.

Link copied to clipboard

Sealed class defining the top-level navigation directions for the application.

Link copied to clipboard
abstract class ParentFeature

Abstract base class for top-level features in the application's navigation.

Functions

Link copied to clipboard
fun NavigationSuiteScope.adaptiveNavigationBar(currentDestination: NavDestination?, onCurrentDestinationChanged: (AppDestinations) -> Unit)

Extension function to populate the NavigationSuiteScope with items based on AppDestinations.

Link copied to clipboard

Root Composable that sets up the adaptive navigation structure of the app.

Link copied to clipboard

Navigates to a root destination in the navigation graph.

Link copied to clipboard

Maps an AppDestinations enum value to its corresponding ParentFeature route.