Searched defs:Navigator (Results 1 - 1 of 1) sorted by relevance

/frameworks/support/navigation/common/src/main/java/androidx/navigation/
H A DNavigator.java36 * Navigator defines a mechanism for navigating within an app.
38 * <p>Each Navigator sets the policy for a specific type of navigation, e.g.
46 * <p>Each Navigator should add the {@link Name Navigator.Name annotation} to their class. Any
48 * have a name corresponding with the name of the Navigator, e.g., {@link ActivityNavigator} uses
51 * @param <D> the subclass of {@link NavDestination} used with this Navigator which can be used
56 public abstract class Navigator<D extends NavDestination> { class
58 * This annotation should be added to each Navigator subclass to denote the default name used
59 * to register the Navigator with a {@link NavigatorProvider}.
61 * @see NavigatorProvider#addNavigator(Navigator)
[all...]

Completed in 58 milliseconds