Class SDKLicenseErrorHandlerImpl
- Namespace
- IO.Scanbot.Sdk
- Assembly
- DocumentSDK.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
Dlv
[Register("dlv")]
public Handler Dlv { get; set; }
Property Value
- Handler
Dlw
[Register("dlw")]
public ILogger Dlw { get; set; }
Property Value
- ILogger
Methods
Dly(SDKLicenseErrorHandlerImpl, LicenseStatus, Feature, string)
[Register("dly", "(Lio/scanbot/sdk/SDKLicenseErrorHandlerImpl;Lio/scanbot/sdk/licensing/LicenseStatus;Lio/scanbot/sdk/licensing/Feature;Ljava/lang/String;)V", "")]
public static void Dly(SDKLicenseErrorHandlerImpl p0, LicenseStatus p1, Feature p2, string p3)
Parameters
p0 SDKLicenseErrorHandlerImpl
p1 LicenseStatus
p2 Feature
p3 string
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