Table of Contents

Delegate BarcodeScannerView.BarcodeScannerResultHandlerDelegate

Namespace
IO.Scanbot.Sdk.Barcode.UI
Assembly
DocumentSDK.NET.Droid.dll
public delegate bool BarcodeScannerView.BarcodeScannerResultHandlerDelegate(BarcodeScannerResult result, SdkLicenseError error)

Parameters

result BarcodeScannerResult
error SdkLicenseError

Returns

bool

Constructors

BarcodeScannerResultHandlerDelegate(object, nint)

public BarcodeScannerResultHandlerDelegate(object @object, nint method)

Parameters

object object
method nint

Methods

BeginInvoke(BarcodeScannerResult, SdkLicenseError, AsyncCallback, object)

public virtual IAsyncResult BeginInvoke(BarcodeScannerResult result, SdkLicenseError error, AsyncCallback callback, object @object)

Parameters

result BarcodeScannerResult
error SdkLicenseError
callback AsyncCallback
object object

Returns

IAsyncResult

EndInvoke(IAsyncResult)

public virtual bool EndInvoke(IAsyncResult result)

Parameters

result IAsyncResult

Returns

bool

Invoke(BarcodeScannerResult, SdkLicenseError)

public virtual bool Invoke(BarcodeScannerResult result, SdkLicenseError error)

Parameters

result BarcodeScannerResult
error SdkLicenseError

Returns

bool