Optional
source: DeepPartial<AcknowledgementScreenConfiguration>Determines, after each page is snapped, whether the acknowledgment screen should be displayed or not.
"ALWAYS";
The background color of the acknowledgement screen.
"?sbColorOutline";
Configuration of the hint that explains that the quality of the scanned page is unacceptable.
new IconUserGuidanceConfiguration({
"visible": true,
"icon": new IconStyle({
"color": "?sbColorOnPrimary"
}),
"title": new StyledText({
"text": "?acknowledgementScreenBadDocumentHint",
"color": "?sbColorOnPrimary"
}),
"background": new BackgroundStyle({
"strokeColor": "?sbColorNegative",
"fillColor": "?sbColorNegative",
"strokeWidth": 0.0
})
});
Configuration of the bottom bar for the acknowledgement screen.
new AcknowledgementBottomBar({});
The minimum quality of a scanned page to be deemed acceptable. Used in conjunction with the acknowledgement mode.
"POOR";
Configuration of the title, located in the top bar.
new StyledText({
"visible": false,
"text": "?acknowledgementTitle",
"color": "?sbColorOnPrimary"
});
Generated using TypeDoc
Configuration of the acknowledgement screen.