DynamicIncludeNavGraphBuilder
Kotlin
|Java
class DynamicIncludeNavGraphBuilder : NavDestinationBuilder<DynamicIncludeGraphNavigator.DynamicIncludeNavGraph>
DSL for constructing a new DynamicIncludeGraphNavigator.DynamicIncludeNavGraph
Summary
Public constructors | |
---|---|
<init>(: DynamicIncludeGraphNavigator, @IdRes : Int, : String, : String) DSL for constructing a new DynamicIncludeGraphNavigator.DynamicIncludeNavGraph |
Public methods | |
---|---|
DynamicIncludeGraphNavigator.DynamicIncludeNavGraph |
build() |
Inherited functions | |
---|---|
Properties | |
---|---|
String? |
Destination NavGraph's resource package as defined in the module's
|
Inherited properties | |
---|---|
Public constructors
<init>
DynamicIncludeNavGraphBuilder(
: DynamicIncludeGraphNavigator,
@IdRes : Int,
: String,
: String)
DSL for constructing a new DynamicIncludeGraphNavigator.DynamicIncludeNavGraph
Parameters | |
---|---|
: DynamicIncludeGraphNavigator | DynamicIncludeGraphNavigator to use. |
: Int | NavGraph id. |
: String | Dynamic feature module name as defined in the module's AndroidManifest .
This must not be an empty string. |
: String | Graph's resource name without the navigation qualifier. This
must not be an empty string. |
Public methods
build
fun build(): DynamicIncludeGraphNavigator.DynamicIncludeNavGraph
Return | |
---|---|
The | DynamicGraphNavigator.DynamicNavGraph |
Properties
graphPackage
var graphPackage: String?
Destination NavGraph's resource package as defined in the module's
AndroidManifest
. This generally does not need to be manually set and will
be set applicationId.moduleName
if left null.
This cannot be an empty string.