Optional
source: DeepPartial<MrzScannerIntroScreenConfiguration>The background color of the introduction screen.
"?sbColorSurface";
The divider color of the introduction screen.
"?sbColorOutline";
Configuration of the 'Done' / 'Start scanning' button.
new ButtonConfiguration({
"text": "?introScreenDoneButton",
"accessibilityDescription": "?accessibilityDescriptionIntroScreenDoneButton",
"background": new BackgroundStyle({
"strokeColor": "#00000000",
"fillColor": "?sbColorPrimary",
"strokeWidth": 0.0
}),
"foreground": new ForegroundStyle({
"color": "?sbColorOnPrimary"
})
});
The handle color of the introduction screen.
"?sbColorOutline";
The image for the introduction screen.
new MrzIntroDefaultImage({});
Determines whether the introduction screen should automatically be shown or not when the scanning session starts.
false;
The text explanation of the introduction screen.
new StyledText({
"text": "?introScreenText",
"color": "?sbColorOnSurface"
});
The title of the introduction screen, located in the top bar.
new StyledText({
"text": "?introScreenTitle",
"color": "?sbColorOnSurface"
});
Generated using TypeDoc
Configuration of the introduction screen for the MRZ scanner.