ReviewConfiguration

public final class ReviewConfiguration implements Parcelable

Configuration for the ReviewBottomSheet.

Constructors

Link copied to clipboard
public ReviewConfiguration ReviewConfiguration(Boolean handleErrorsInternally, List<ReviewFields> editableFields, Boolean selectBankButtonVisible)

Properties

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.

Functions

Link copied to clipboard
public abstract Integer describeContents()
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.

Link copied to clipboard
public abstract Unit writeToParcel(Parcel p0, Integer p1)