Navigator.Name


  • android
    @Retention(value = AnnotationRetention.RUNTIME)
    @Target(allowedTargets = [AnnotationTarget.ANNOTATION_CLASS, AnnotationTarget.CLASS])
    annotation 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

Name(value: String)
android

Public properties

String
android

Public constructors

Name

Name(value: String)

Public properties

value

val valueString