DynamicActivityNavigator.Destination


class DynamicActivityNavigator.Destination


Destination for DynamicActivityNavigator.

Summary

Public constructors

Create a new Destination with an ActivityNavigator.Destination.

Create a new Destination with a NavigatorProvider.

Public functions

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

Public properties

String?

The module name of this Destination's dynamic feature module.

Public constructors

Destination(
    activityNavigator: <Error class: unknown class><<Error class: unknown class>>
)

Create a new Destination with an ActivityNavigator.Destination.

Parameters
activityNavigator: <Error class: unknown class><<Error class: unknown class>>

The Navigator to use for this Destination.

Destination(navigatorProvider: <Error class: unknown class>)

Create a new Destination with a NavigatorProvider.

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?

The module name of this Destination's dynamic feature module. This has to be the same as defined in the dynamic feature module's AndroidManifest.xml file.