ReviewConfiguration

public final class ReviewConfiguration

Configuration for ReviewFragment.

Constructors

Link copied to clipboard
public ReviewConfiguration ReviewConfiguration(Boolean handleErrorsInternally, Boolean showCloseButton)

Functions

Link copied to clipboard

If true errors will be observed abd snackbars will be displayed. If false errors will be ignored, in this case the flows exposed by GiniHealth should be observed for errors.

Link copied to clipboard
public final Boolean getShowCloseButton()

Set to true to show a close button. Set a ReviewFragmentListener to be informed when the button is pressed.

Properties

Link copied to clipboard

If true errors will be observed abd snackbars will be displayed. If false errors will be ignored, in this case the flows exposed by GiniHealth should be observed for errors.

Link copied to clipboard
private final Boolean showCloseButton

Set to true to show a close button. Set a ReviewFragmentListener to be informed when the button is pressed.