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
CloseButton
Configuration of the camera permission request's close button.
public ButtonConfiguration CloseButton { get; set; }
  Property Value
EnableCameraButton
Configuration of the camera permission request's confirmation button.
public ButtonConfiguration EnableCameraButton { get; set; }
  Property Value
EnableCameraExplanation
Configuration of the camera permission request's explanatory text.
public StyledText EnableCameraExplanation { get; set; }
  Property Value
EnableCameraTitle
Configuration of the camera permission request's title.
public StyledText EnableCameraTitle { get; set; }
  Property Value
Icon
Configuration of the icon used in the camera permission request.
public IconStyle Icon { get; set; }
  Property Value
IconBackground
The background color of the icon used in the camera permission request. Default is "?sbColorOutline"
public ColorValue IconBackground { get; set; }
  Property Value
StatusBarMode
Determines the visual mode for displaying the contents of the status bar. Default is DARK
public StatusBarMode StatusBarMode { get; set; }
  Property Value
Methods
FromJson(string)
public static CameraPermissionScreen FromJson(string rawJson)
  Parameters
rawJsonstring