Navigator.Name
public
static
abstract
@interface
Navigator.Name
implements
Annotation
androidx.navigation.Navigator.Name
|
This annotation should be added to each Navigator subclass to denote the default name used
to register the Navigator with a NavigatorProvider
.
Summary
Public methods |
String
|
value()
|
Inherited methods |
From interface
java.lang.annotation.Annotation
abstract
Class<? extends Annotation>
|
annotationType()
|
abstract
boolean
|
equals(Object arg0)
|
abstract
int
|
hashCode()
|
abstract
String
|
toString()
|
|
Public methods
value
public String value ()