Navigation Back Stack
Manages a browser like backstack of items.
Types
Functions
Link copied to clipboard
Adds a back stack listener to be notified of changes.
Link copied to clipboard
Removes all previously added back stack listeners.
Link copied to clipboard
Link copied to clipboard
Returns the current top back item, or null.
Link copied to clipboard
Returns the current top forward item, or null.
Link copied to clipboard
open fun removeBackStackListener(@NonNull backStackListener: NavigationBackStack.BackStackListener<T>)
Removes the back stack listener.
Link copied to clipboard
Replaces navigation back stack with another instance.
Link copied to clipboard
Removes all forward navigation items.
Link copied to clipboard