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