Navigator.Name


  • Cmn
    @Retention(value = AnnotationRetention.RUNTIME)
    @Target(allowedTargets = [AnnotationTarget.ANNOTATION_CLASS, AnnotationTarget.CLASS])
    annotation Navigator.Name

This annotation should be added to each Navigator subclass in Android to denote the default name used to register the Navigator with a NavigatorProvider.

On all non-Android platforms, this annotation will do nothing and you should set the name via the constructor or it will default to the className with any "Navigator" suffix removed. (i.e. DestinationNavigator will become Destination.)

Summary

Public constructors

Name(value: String)
Cmn

Public properties

String
Cmn

Public constructors

Name

Name(value: String)

Public properties

value

val valueString