ReviewConfiguration

public final class ReviewConfiguration

Configuration for the ReviewFragment.

Constructors

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

Functions

Link copied to clipboard

If set to true, the ReviewFragment will handle errors internally and show snackbars for errors. If set to false, errors will be ignored by the ReviewFragment. 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 set to true, the ReviewFragment will handle errors internally and show snackbars for errors. If set to false, errors will be ignored by the ReviewFragment. 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.