Class InitializationOptions
- Namespace
- ScanbotSDK.MAUI
- Assembly
- ScanbotSDK.Shared.dll
[Obsolete("InitializationOptions is deprecated, please use SBSDKConfiguration instead.")]
public class InitializationOptions
- Inheritance
-
InitializationOptions
- Derived
- 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
[Obsolete("LoggingEnabled is deprecated, please use EnableLogging instead.")]
public bool LoggingEnabled { get; set; }
Property Value
StorageDirectory
Optional: Determines the storage location of scanned images/barcodes Default: Internal SDK storage is used (managed by native SDK).
[Obsolete("StorageDirectory is deprecated, please use StorageBaseDirectory instead.")]
public string StorageDirectory { get; set; }