Navigator
interface Navigator
A navigation component that allows navigation between destinations.
Use Hilt injection to get an instance of this interface.
See also
Inheritors
Functions
Link copied to clipboard
Current destination as flow.
Link copied to clipboard
Checks whether the given destination is in the back stack.
Link copied to clipboard
Requests navigation to the given destination which takes no input parameter.
Requests navigation to the given destination. An required parameter must be passed.
Link copied to clipboard
Navigates up to previous destination, or finishes the Activity.
Link copied to clipboard
Navigates up to previous destination passing the given result, or finishes the Activity.
Link copied to clipboard
Creates a flow that will emit the results of the navigation from the given destination.