Class SDKLicenseErrorHandlerImpl
- Namespace
- IO.Scanbot.Sdk
- Assembly
- BarcodeSDK.NET.Droid.dll
[Register("io/scanbot/sdk/SDKLicenseErrorHandlerImpl", DoNotGenerateAcw = true)]
public sealed class SDKLicenseErrorHandlerImpl : Object, ISDKLicenseErrorHandler, IJavaObject, IJavaPeerable, IDisposable
- Inheritance
-
SDKLicenseErrorHandlerImpl
- Implements
-
- Inherited Members
-
Constructors
SDKLicenseErrorHandlerImpl(IScanbotSDKLicenseErrorHandler, ILogger)
[Register(".ctor", "(Lio/scanbot/sap/IScanbotSDKLicenseErrorHandler;Lio/scanbot/sdk/util/log/Logger;)V", "")]
public SDKLicenseErrorHandlerImpl(IScanbotSDKLicenseErrorHandler handler, ILogger logger)
Parameters
handler IScanbotSDKLicenseErrorHandler
logger ILogger
Properties
Ieb
[Register("ieb")]
public ILogger Ieb { get; set; }
Property Value
- ILogger
Iej
[Register("iej")]
public Handler Iej { get; set; }
Property Value
- Handler
Methods
Handle(LicenseStatus, Feature, string)
[Register("handle", "(Lio/scanbot/sdk/licensing/LicenseStatus;Lio/scanbot/sdk/licensing/Feature;Ljava/lang/String;)V", "")]
public void Handle(LicenseStatus status, Feature feature, string errorMessage)
Parameters
status LicenseStatus
feature Feature
errorMessage string
Ier(SDKLicenseErrorHandlerImpl, LicenseStatus, Feature, string)
[Register("ier", "(Lio/scanbot/sdk/SDKLicenseErrorHandlerImpl;Lio/scanbot/sdk/licensing/LicenseStatus;Lio/scanbot/sdk/licensing/Feature;Ljava/lang/String;)V", "")]
public static void Ier(SDKLicenseErrorHandlerImpl p0, LicenseStatus p1, Feature p2, string p3)
Parameters
p0 SDKLicenseErrorHandlerImpl
p1 LicenseStatus
p2 Feature
p3 string