Name
@Target([AnnotationTarget.CLASS, AnnotationTarget.FILE]) class Name
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 constructors | |
---|---|
This annotation should be added to each Navigator subclass to denote the default name used to register the Navigator with a |
Properties | |
---|---|
String |
Public constructors
<init>
Name(: String)
This annotation should be added to each Navigator subclass to denote the default name used to register the Navigator with a NavigatorProvider
.
Properties
value
val value: String