NavDestination.ClassType

@Retention(value = AnnotationRetention.BINARY)
@Target(allowedTargets = [AnnotationTarget.ANNOTATION_CLASS, AnnotationTarget.CLASS])
annotation NavDestination.ClassType


This optional annotation allows tooling to offer auto-complete for the android:name attribute. This should match the class type passed to parseClassFromName when parsing the android:name attribute.

Summary

Public constructors

ClassType(value: KClass<*>)

Public properties

KClass<*>

Public constructors

ClassType

ClassType(value: KClass<*>)

Public properties

value

val valueKClass<*>