DynamicFragmentNavigator.Destination


class DynamicFragmentNavigator.Destination : FragmentNavigator.Destination


Destination for dynamic feature navigator.

Summary

Public constructors

Public functions

open operator Boolean
equals(other: Any?)
open Int
open Unit
onInflate(context: Context, attrs: AttributeSet)

Public properties

String?

Inherited functions

From androidx.navigation.fragment.FragmentNavigator.Destination
FragmentNavigator.Destination
setClassName(className: String)

Set the Fragment class name associated with this destination

open String

Inherited properties

From androidx.navigation.fragment.FragmentNavigator.Destination
String

The Fragment's class name associated with this destination

Public constructors

Destination(
    fragmentNavigator: <Error class: unknown class><FragmentNavigator.Destination>
)
Destination(navigatorProvider: <Error class: unknown class>)

Public functions

equals

open operator fun equals(other: Any?): Boolean

hashCode

open fun hashCode(): Int

onInflate

open fun onInflate(context: Context, attrs: AttributeSet): Unit

Public properties

moduleName

Added in 2.3.0
var moduleNameString?