Optional
source: DeepPartial<CameraPermissionScreen>Background color of the camera permission request.
"?sbColorSurface";
Configuration of the camera permission request's close button.
new ButtonConfiguration({
"text": "Close",
"background": new BackgroundStyle({
"strokeColor": "#00000000",
"fillColor": "#00000000",
"strokeWidth": 0.0
}),
"foreground": new ForegroundStyle({
"iconVisible": false,
"color": "?sbColorPrimary",
"useShadow": false
})
});
Configuration of the camera permission request's explanatory text.
new StyledText({
"text": "Please allow the usage of the camera to start the scanning process.",
"color": "?sbColorOnSurfaceVariant"
});
Configuration of the camera permission request's title.
new StyledText({
"text": "Camera permission denied!",
"color": "?sbColorOnSurface"
});
Configuration of the icon used in the camera permission request.
new IconStyle({
"visible": true,
"color": "?sbColorOnSurface"
});
Background color of the icon used in the camera permission request.
"?sbColorOutline";
Generated using TypeDoc
Configuration of the camera permission request view.