DynamicGraphNavigator.DynamicNavGraph


class DynamicGraphNavigator.DynamicNavGraph


The NavGraph for dynamic features.

Summary

Public constructors

DynamicNavGraph(
    navGraphNavigator: DynamicGraphNavigator,
    navigatorProvider: <Error class: unknown class>
)

Public functions

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

Public properties

String?

The dynamic feature's module name.

Int

Resource id of progress destination.

Public constructors

DynamicNavGraph(
    navGraphNavigator: DynamicGraphNavigator,
    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?

The dynamic feature's module name.

progressDestination

Added in 2.3.0
var progressDestinationInt

Resource id of progress destination. This will be preferred over any default progress destination set by installDefaultProgressDestination.