Table of Contents

Class SBSDKConfiguration

Namespace
ScanbotSDK.MAUI
Assembly
BarcodeSDK.MAUI.dll
public class SBSDKConfiguration
Inheritance
SBSDKConfiguration
Inherited Members

Properties

EnableLogging

Optional: Determines whether to output native debug log or not Default: false

public bool EnableLogging { get; set; }

Property Value

bool

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>

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