Table of Contents

Class CameraPermissionScreen

Namespace
ScanbotSDK.MAUI.Common
Assembly
ScanbotSDK.Shared.dll

Configuration of the camera permission request view.

public class CameraPermissionScreen
Inheritance
CameraPermissionScreen
Inherited Members

Properties

Background

The background color of the camera permission request. Default is "?sbColorSurface"

public ColorValue Background { get; set; }

Property Value

ColorValue

CloseButton

Configuration of the camera permission request's close button.

public ButtonConfiguration CloseButton { get; set; }

Property Value

ButtonConfiguration

EnableCameraButton

Configuration of the camera permission request's confirmation button.

public ButtonConfiguration EnableCameraButton { get; set; }

Property Value

ButtonConfiguration

EnableCameraExplanation

Configuration of the camera permission request's explanatory text.

public StyledText EnableCameraExplanation { get; set; }

Property Value

StyledText

EnableCameraTitle

Configuration of the camera permission request's title.

public StyledText EnableCameraTitle { get; set; }

Property Value

StyledText

Icon

Configuration of the icon used in the camera permission request.

public IconStyle Icon { get; set; }

Property Value

IconStyle

IconBackground

The background color of the icon used in the camera permission request. Default is "?sbColorOutline"

public ColorValue IconBackground { get; set; }

Property Value

ColorValue

StatusBarMode

Determines the visual mode for displaying the contents of the status bar. Default is DARK

public StatusBarMode StatusBarMode { get; set; }

Property Value

StatusBarMode

Methods

FromJson(string)

public static CameraPermissionScreen FromJson(string rawJson)

Parameters

rawJson string

Returns

CameraPermissionScreen