DynamicIncludeGraphNavigator.DynamicIncludeNavGraph


class DynamicIncludeGraphNavigator.DynamicIncludeNavGraph : NavDestination


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.

Inherited functions

From androidx.navigation.NavDestination
Unit
addArgument(argumentName: String, argument: NavArgument)
Unit
addDeepLink(navDeepLink: NavDeepLink)
Unit
addDeepLink(uriPattern: String)
String?
fillInLabel(context: Context, bundle: Bundle?)
NavAction?
open Boolean
hasDeepLink(deepLinkRequest: NavDeepLinkRequest)
open Boolean
hasDeepLink(deepLink: Uri)
Unit
putAction(actionId: @IdRes Int, action: NavAction)
Unit
putAction(actionId: @IdRes Int, destId: @IdRes Int)
Unit
removeAction(actionId: @IdRes Int)
Unit
removeArgument(argumentName: String)
open String

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

The graph's package.

graphResourceName

Added in 2.3.0
var graphResourceName: String?

Resource name of the graph.

moduleName

Added in 2.3.0
var moduleName: String?

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