Package-level declarations
Types
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
object DeepLinkRouter
Type-safe deep link parser for KMP Navigation 3.
Link copied to clipboard
Link copied to clipboard
Manages independent backstacks for multiple tabs.
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Shared top-level destinations for the application shell.
Link copied to clipboard
Properties
Functions
Link copied to clipboard
fun rememberMultiBackstack(initialTab: NavKey = TopLevelDestination.Connections.route): MultiBackstack
Remembers a MultiBackstack for managing independent tab navigation histories with Navigation 3.
Link copied to clipboard
Replaces the entire back stack with the given routes in a way that minimizes structural changes and prevents the back stack from temporarily becoming empty.
Link copied to clipboard
Replaces the last entry in the back stack with the given route. If the back stack is empty, it simply adds the route.