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({}),
"foreground": new ForegroundStyle({})
});
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": "?colorOnSurface"
});
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.