public static final class ReviewAndConfirmConfiguration.Builder
extends java.lang.Object
Constructor and Description |
---|
Builder() |
Modifier and Type | Method and Description |
---|---|
ReviewAndConfirmConfiguration |
build() |
ReviewAndConfirmConfiguration.Builder |
setBottomFragment(java.lang.Class<? extends android.support.v4.app.Fragment> zClass,
android.os.Bundle args)
Deprecated.
will be deprecated on V5 {Replaced by
DynamicFragmentConfiguration.Builder.addDynamicCreator(DynamicFragmentConfiguration.FragmentLocation, DynamicFragmentCreator) |
ReviewAndConfirmConfiguration.Builder |
setItemsVisibility(boolean visibility)
set if the items will or will not be shown inside review and confirm.
|
ReviewAndConfirmConfiguration.Builder |
setTopFragment(java.lang.Class<? extends android.support.v4.app.Fragment> zClass,
android.os.Bundle args)
Deprecated.
will be deprecated on V5 {Replaced by
DynamicFragmentConfiguration.Builder.addDynamicCreator(DynamicFragmentConfiguration.FragmentLocation, DynamicFragmentCreator) |
@Deprecated public ReviewAndConfirmConfiguration.Builder setTopFragment(@NonNull java.lang.Class<? extends android.support.v4.app.Fragment> zClass, @Nullable android.os.Bundle args)
DynamicFragmentConfiguration.Builder.addDynamicCreator(DynamicFragmentConfiguration.FragmentLocation, DynamicFragmentCreator)
zClass
- Fragment classargs
- Bundle for fragment@Deprecated public ReviewAndConfirmConfiguration.Builder setBottomFragment(@NonNull java.lang.Class<? extends android.support.v4.app.Fragment> zClass, @Nullable android.os.Bundle args)
DynamicFragmentConfiguration.Builder.addDynamicCreator(DynamicFragmentConfiguration.FragmentLocation, DynamicFragmentCreator)
zClass
- Fragment classargs
- Bundle for fragmentpublic ReviewAndConfirmConfiguration.Builder setItemsVisibility(boolean visibility)
public ReviewAndConfirmConfiguration build()