Navigation Back Stack
Manages a browser like backstack of items.
Types
Properties
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
Describes the kinds of special objects contained in this Parcelable instance's marshaled representation.
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
Flattens this object into a Parcel.