public static final class DynamicFragmentConfiguration.Builder
extends java.lang.Object
Constructor and Description |
---|
Builder() |
Modifier and Type | Method and Description |
---|---|
DynamicFragmentConfiguration.Builder |
addDynamicCreator(DynamicFragmentConfiguration.FragmentLocation location,
DynamicFragmentCreator dynamicFragmentCreator) |
DynamicFragmentConfiguration |
build() |
public DynamicFragmentConfiguration.Builder addDynamicCreator(@NonNull DynamicFragmentConfiguration.FragmentLocation location, @NonNull DynamicFragmentCreator dynamicFragmentCreator)
location
- where dynamic fragment will be placed.dynamicFragmentCreator
- your creator.public DynamicFragmentConfiguration build()