Class BarcodeScannerScreenConfiguration
- Namespace
- ScanbotSDK.MAUI.Barcode
- Assembly
- ScanbotSDK.Shared.dll
public class BarcodeScannerScreenConfiguration
- Inheritance
-
BarcodeScannerScreenConfiguration
- Inherited Members
-
Constructors
BarcodeScannerScreenConfiguration()
public BarcodeScannerScreenConfiguration()
Properties
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
KeepScreenOn
public bool KeepScreenOn { get; set; }
Property Value
- bool
Localization
public BarcodeTextLocalization Localization { get; set; }
Property Value
- BarcodeTextLocalization
Palette
public Palette Palette { get; set; }
Property Value
- Palette
ScannerConfiguration
public BarcodeScannerConfiguration ScannerConfiguration { get; set; }
Property Value
- BarcodeScannerConfiguration
Screen
public string Screen { get; set; }
Property Value
- string
Sound
public Sound Sound { get; set; }
Property Value
- Sound
Timeouts
public Timeouts Timeouts { get; set; }
Property Value
- Timeouts
TopBar
public TopBarConfiguration TopBar { get; set; }
Property Value
- TopBarConfiguration
UseCase
public BarcodeUseCase UseCase { get; set; }
Property Value
- BarcodeUseCase
UserGuidance
public UserGuidanceConfiguration UserGuidance { 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 ViewFinderConfiguration ViewFinder { get; set; }
Property Value
- ViewFinderConfiguration
Methods
FromJson(string)
public static BarcodeScannerScreenConfiguration FromJson(string rawJson)
Parameters
rawJson
string
Returns
- BarcodeScannerScreenConfiguration
ToNative()
public BarcodeScannerScreenConfiguration ToNative()
Returns
- BarcodeScannerScreenConfiguration