Review Configuration
Configuration for the ReviewBottomSheet.
Constructors
Link copied to clipboard
public ReviewConfiguration ReviewConfiguration(Boolean handleErrorsInternally, List<ReviewFields> editableFields, Boolean selectBankButtonVisible)
Functions
Link copied to clipboard
If set to true
, the ReviewBottomSheet will handle errors internally and show snackbars for errors. If set to false
, errors will be ignored by the ReviewBottomSheet. In this case the flows exposed by GiniMerchant should be observed for errors.