DynamicActivityNavigator.Destination


class DynamicActivityNavigator.Destination : ActivityNavigator.Destination


Destination for DynamicActivityNavigator.

Summary

Public constructors

Create a new Destination with an ActivityNavigator.Destination.

Destination(navigatorProvider: NavigatorProvider)

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

Added in 2.3.0
Destination(
    activityNavigator: Navigator<ActivityNavigator.Destination>
)

Create a new Destination with an ActivityNavigator.Destination.

Parameters
activityNavigator: Navigator<ActivityNavigator.Destination>

The Navigator to use for this Destination.

Destination

Added in 2.3.0
Destination(navigatorProvider: NavigatorProvider)

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 moduleName: String?

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.