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

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

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

public ColorValue IconBackground { get; set; }

Property Value

ColorValue

StatusBarMode

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

FromNative(CameraPermissionScreen)

public static CameraPermissionScreen FromNative(CameraPermissionScreen source)

Parameters

source CameraPermissionScreen

Returns

CameraPermissionScreen

ToNative()

public CameraPermissionScreen ToNative()

Returns

CameraPermissionScreen