Configuration of the camera permission request view.

Hierarchy

  • PartiallyConstructible
    • CameraPermissionScreen

Constructors

Properties

background: string

The background color of the camera permission request.

Default Value

"?sbColorSurface";
closeButton: ButtonConfiguration

Configuration of the camera permission request's close button.

Default Value

new ButtonConfiguration({
"text": "?cameraPermissionCloseButton",
"background": new BackgroundStyle({
"strokeColor": "#00000000",
"fillColor": "#00000000",
"strokeWidth": 0.0
}),
"foreground": new ForegroundStyle({
"iconVisible": false,
"color": "?sbColorPrimary"
})
});
enableCameraExplanation: StyledText

Configuration of the camera permission request's explanatory text.

Default Value

new StyledText({
"text": "?cameraPermissionEnableCameraExplanation",
"color": "?sbColorOnSurfaceVariant"
});
enableCameraTitle: StyledText

Configuration of the camera permission request's title.

Default Value

new StyledText({
"text": "?cameraPermissionEnableCameraTitle",
"color": "?sbColorOnSurface"
});
icon: IconStyle

Configuration of the icon used in the camera permission request.

Default Value

new IconStyle({
"color": "?sbColorOnSurface"
});
iconBackground: string

The background color of the icon used in the camera permission request.

Default Value

"?sbColorOutline";

Generated using TypeDoc