-
public final class ReviewConfigurationConfiguration for the ReviewBottomSheet.
-
-
Field Summary
Fields Modifier and Type Field Description private final BooleanhandleErrorsInternally
-
Constructor Summary
Constructors Constructor Description ReviewConfiguration(Boolean handleErrorsInternally, List<ReviewFields> editableFields, Boolean selectBankButtonVisible)
-
Method Summary
Modifier and Type Method Description final BooleangetHandleErrorsInternally()If set to true, the ReviewBottomSheet will handle errors internally and show snackbars for errors.-
-
Constructor Detail
-
ReviewConfiguration
ReviewConfiguration(Boolean handleErrorsInternally, List<ReviewFields> editableFields, Boolean selectBankButtonVisible)
-
-
Method Detail
-
getHandleErrorsInternally
final Boolean getHandleErrorsInternally()
If set to
true, the ReviewBottomSheet will handle errors internally and show snackbars for errors. If set tofalse, errors will be ignored by the ReviewBottomSheet. In this case the flows exposed by GiniMerchant should be observed for errors.Default value is
true.
-
-
-
-