AcknowledgementScreenConfiguration class
Configuration of the acknowledgement screen.
Constructors
- AcknowledgementScreenConfiguration({DocumentQuality minimumQuality = DocumentQuality.POOR, AcknowledgementMode acknowledgementMode = AcknowledgementMode.ALWAYS, IconUserGuidanceConfiguration? badImageHint, ScanbotColor? backgroundColor, AcknowledgementBottomBar? bottomBar})
-
AcknowledgementScreenConfiguration.fromJson(Map<
String, dynamic> json) -
factory
Properties
- acknowledgementMode ↔ AcknowledgementMode
-
Determines, after each page is snapped, whether the acknowledgment screen should be displayed or not.
Default is ALWAYS
getter/setter pair
- backgroundColor ↔ ScanbotColor
-
The background color of the acknowledgement screen.
Default is "?sbColorOutline"
getter/setter pair
- badImageHint ↔ IconUserGuidanceConfiguration
-
Configuration of the hint that explains that the quality of the scanned page is unacceptable.
getter/setter pair
- bottomBar ↔ AcknowledgementBottomBar
-
Configuration of the bottom bar for the acknowledgement screen.
getter/setter pair
- hashCode → int
-
The hash code for this object.
no setterinherited
- minimumQuality ↔ DocumentQuality
-
The minimum quality of a scanned page to be deemed acceptable. Used in conjunction with the acknowledgement mode.
Default is POOR
getter/setter pair
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toJson(
) → Map< String, dynamic> -
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited