Table of Contents

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

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

public bool LoggingEnabled { get; set; }

Property Value

bool

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

bool

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

string

UseCameraXRtuUi

Optional: Determines whether RTU-UI should use Camera X under the hood. NOTE: Android only Default: false

public bool UseCameraXRtuUi { get; set; }

Property Value

bool