DynamicIncludeGraphNavigator.DynamicIncludeNavGraph


class DynamicIncludeGraphNavigator.DynamicIncludeNavGraph


The graph for dynamic-include.

This class contains information to navigate to a DynamicNavGraph which is contained within a dynamic feature module.

Summary

Public functions

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

Public properties

String?

The graph's package.

String?

Resource name of the graph.

String?

Name of the module containing the included graph, if set.

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

graphPackage

Added in 2.3.0
var graphPackageString?

The graph's package.

graphResourceName

Added in 2.3.0
var graphResourceNameString?

Resource name of the graph.

moduleName

Added in 2.3.0
var moduleNameString?

Name of the module containing the included graph, if set.