Class InitializationOptions
- Namespace
- ScanbotSDK.MAUI
- Assembly
- ScanbotSDK.Shared.dll
public class InitializationOptions
- Inheritance
-
InitializationOptions
- Inherited Members
Properties
ErrorHandler
Optional: License error handler, will be called when trying to access a feature that's not available in your license
public Action<LicenseStatus, MissingFeature> ErrorHandler { get; set; }
Property Value
HasCustomStorageDirectory
public bool HasCustomStorageDirectory { get; }
Property Value
HasErrorHandler
public bool HasErrorHandler { get; }
Property Value
HasLicense
public bool HasLicense { get; }
Property Value
LicenseKey
Optional: If unspecified, trial mode will be activated
public string LicenseKey { get; set; }
Property Value
LoggingEnabled
Optional: Determines whether to output native debug log or not Default: false
public bool LoggingEnabled { get; set; }
Property Value
NativeLoggingEnabled
Optional: Determines whether to output native core C++ debug log or not NOTE: Android only Default: false
public bool NativeLoggingEnabled { get; set; }
Property Value
StorageDirectory
Optional: Determines the storage location of scanned images/barcodes Default: Internal SDK storage is used (managed by native SDK).
public string StorageDirectory { get; set; }
Property Value
UseCameraXRtuUi
Optional: Determines whether RTU-UI should use Camera X under the hood. NOTE: Android only Default: false
public bool UseCameraXRtuUi { get; set; }