ReviewConfiguration

public final class ReviewConfiguration

Configuration for ReviewFragment.

Constructors

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

Functions

getHandleErrorsInternally
Link copied to clipboard
final Boolean getHandleErrorsInternally()
If true errors will be observed abd snackbars will be displayed.
getShowCloseButton
Link copied to clipboard
final Boolean getShowCloseButton()
Set to true to show a close button.

Properties

handleErrorsInternally
Link copied to clipboard
private final Boolean handleErrorsInternally
If true errors will be observed abd snackbars will be displayed.
showCloseButton
Link copied to clipboard
private final Boolean showCloseButton
Set to true to show a close button.