Table of Contents

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

Action<LicenseStatus, MissingFeature>

HasCustomStorageDirectory

public bool HasCustomStorageDirectory { get; }

Property Value

bool

HasErrorHandler

public bool HasErrorHandler { get; }

Property Value

bool

HasLicense

public bool HasLicense { get; }

Property Value

bool

LicenseKey

Optional: If unspecified, trial mode will be activated

public string LicenseKey { get; set; }

Property Value

string

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

bool

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; }

Property Value

string