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
B
[Register("b")]
public ILogger B { get; set; }
Property Value
- ILogger
C
[Register("c")]
public Handler C { get; set; }
Property Value
- Handler
Methods
A(int, int, SDKLicenseErrorHandlerImpl, string)
[Register("a", "(IILio/scanbot/sdk/SDKLicenseErrorHandlerImpl;Ljava/lang/String;)V", "")]
public static void A(int _status, int _feature, SDKLicenseErrorHandlerImpl this_0, string _errorMessage)
Parameters
_status
int
_feature
int
this_0
SDKLicenseErrorHandlerImpl
_errorMessage
string
Handle(int, int, string)
[Register("handle", "(IILjava/lang/String;)V", "")]
public void Handle(int status, int feature, string errorMessage)
Parameters
status
int
feature
int
errorMessage
string