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<*>)
android

Public properties

KClass<*>
android

Public constructors

ClassType

ClassType(value: KClass<*>)

Public properties

value

val valueKClass<*>