Class CheckScannerScreenConfiguration
- Namespace
- ScanbotSDK.MAUI.Check
- Assembly
- ScanbotSDK.Shared.dll
public class CheckScannerScreenConfiguration
- Inheritance
-
CheckScannerScreenConfiguration
- Inherited Members
-
Constructors
CheckScannerScreenConfiguration()
public CheckScannerScreenConfiguration()
Properties
AccumulationTimeout
public int AccumulationTimeout { get; set; }
Property Value
- int
ActionBar
public ActionBarConfiguration ActionBar { get; set; }
Property Value
- ActionBarConfiguration
BackgroundColor
public ColorValue BackgroundColor { get; set; }
Property Value
- ColorValue
CameraConfiguration
public CameraConfiguration CameraConfiguration { get; set; }
Property Value
- CameraConfiguration
CameraPermission
public CameraPermissionScreen CameraPermission { get; set; }
Property Value
- CameraPermissionScreen
CaptureHighResolutionImage
public bool CaptureHighResolutionImage { get; set; }
Property Value
- bool
ExampleOverlayVisible
public bool ExampleOverlayVisible { get; set; }
Property Value
- bool
ImageNotGoodAlertDialog
public ScanbotAlertDialog ImageNotGoodAlertDialog { get; set; }
Property Value
- ScanbotAlertDialog
IntroScreen
public CheckScannerIntroScreenConfiguration IntroScreen { get; set; }
Property Value
- CheckScannerIntroScreenConfiguration
KeepScreenOn
public bool KeepScreenOn { get; set; }
Property Value
- bool
Localization
public CheckScannerScreenTextLocalization Localization { get; set; }
Property Value
- CheckScannerScreenTextLocalization
NoCheckDetectedAlertDialog
public ScanbotAlertDialog NoCheckDetectedAlertDialog { get; set; }
Property Value
- ScanbotAlertDialog
NoCheckFoundTimeout
public int NoCheckFoundTimeout { get; set; }
Property Value
- int
Palette
public Palette Palette { get; set; }
Property Value
- Palette
ScanStatusUserGuidance
public CheckScannerGuidanceConfiguration ScanStatusUserGuidance { get; set; }
Property Value
- CheckScannerGuidanceConfiguration
ScannerConfiguration
public CheckScannerConfiguration ScannerConfiguration { get; set; }
Property Value
- CheckScannerConfiguration
ScanningProgress
public CheckScanningProgressConfiguration ScanningProgress { get; set; }
Property Value
- CheckScanningProgressConfiguration
Screen
public string Screen { get; set; }
Property Value
- string
Sound
public Sound Sound { get; set; }
Property Value
- Sound
SuccessOverlay
public ScanCompletionOverlay SuccessOverlay { get; set; }
Property Value
- ScanCompletionOverlay
TopBar
public TopBarConfiguration TopBar { get; set; }
Property Value
- TopBarConfiguration
public IconButton TopBarOpenIntroScreenButton { get; set; }
Property Value
- IconButton
TopUserGuidance
public UserGuidanceConfiguration TopUserGuidance { get; set; }
Property Value
- UserGuidanceConfiguration
Version
public string Version { get; set; }
Property Value
- string
Vibration
public Vibration Vibration { get; set; }
Property Value
- Vibration
ViewFinder
public PermanentViewFinderConfiguration ViewFinder { get; set; }
Property Value
- PermanentViewFinderConfiguration
Methods
FromJson(string)
public static CheckScannerScreenConfiguration FromJson(string rawJson)
Parameters
rawJson
string
Returns
- CheckScannerScreenConfiguration
FromNative(CheckScannerScreenConfiguration)
public static CheckScannerScreenConfiguration FromNative(CheckScannerScreenConfiguration source)
Parameters
source
CheckScannerScreenConfiguration
Returns
- CheckScannerScreenConfiguration
FromNative(SBSDKUI2CheckScannerScreenConfiguration)
public static CheckScannerScreenConfiguration FromNative(SBSDKUI2CheckScannerScreenConfiguration source)
Parameters
source
SBSDKUI2CheckScannerScreenConfiguration
Returns
- CheckScannerScreenConfiguration
ToNative()
public CheckScannerScreenConfiguration ToNative()
Returns
- CheckScannerScreenConfiguration