Destination
open class Destination : NavDestination
kotlin.Any | ||
↳ | androidx.navigation.NavDestination | |
↳ | androidx.navigation.fragment.FragmentNavigator.Destination |
NavDestination specific to FragmentNavigator
Summary
Public constructors | |
---|---|
<init>(@NonNull : NavigatorProvider) Construct a new fragment destination. |
|
<init>(@NonNull : Navigator<out FragmentNavigator.Destination!>) Construct a new fragment destination. |
Public methods | |
---|---|
String |
Gets the Fragment's class name associated with this destination |
open Unit |
onInflate(@NonNull : Context, @NonNull : AttributeSet) |
FragmentNavigator.Destination |
setClassName(@NonNull : String) Set the Fragment class name associated with this destination |
open String |
toString() |
Inherited functions | |
---|---|