DynamicIncludeGraphNavigator.DynamicIncludeNavGraph


public final 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 methods

boolean
equals(Object other)
final String

The graph's package.

final String

Resource name of the graph.

final String

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

int
void
final void
setGraphPackage(String graphPackage)

The graph's package.

final void
setGraphResourceName(String graphResourceName)

Resource name of the graph.

final void
setModuleName(String moduleName)

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

Public methods

equals

public boolean equals(Object other)

getGraphPackage

Added in 2.3.0
public final String getGraphPackage()

The graph's package.

getGraphResourceName

Added in 2.3.0
public final String getGraphResourceName()

Resource name of the graph.

getModuleName

Added in 2.3.0
public final String getModuleName()

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

hashCode

public int hashCode()

onInflate

public void onInflate(@NonNull Context context, @NonNull AttributeSet attrs)

setGraphPackage

Added in 2.3.0
public final void setGraphPackage(String graphPackage)

The graph's package.

setGraphResourceName

Added in 2.3.0
public final void setGraphResourceName(String graphResourceName)

Resource name of the graph.

setModuleName

Added in 2.3.0
public final void setModuleName(String moduleName)

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