Table of Contents

Delegate ShouldRecognizeFunc3

Namespace
ScanbotSDK.iOS
Assembly
DocumentSDK.NET.iOS.dll
public delegate bool ShouldRecognizeFunc3(SBSDKLicensePlateScannerViewController controller)

Parameters

controller SBSDKLicensePlateScannerViewController

Returns

bool

Constructors

ShouldRecognizeFunc3(object, nint)

public ShouldRecognizeFunc3(object @object, nint method)

Parameters

object object
method nint

Methods

BeginInvoke(SBSDKLicensePlateScannerViewController, AsyncCallback, object)

public virtual IAsyncResult BeginInvoke(SBSDKLicensePlateScannerViewController controller, AsyncCallback callback, object @object)

Parameters

controller SBSDKLicensePlateScannerViewController
callback AsyncCallback
object object

Returns

IAsyncResult

EndInvoke(IAsyncResult)

public virtual bool EndInvoke(IAsyncResult result)

Parameters

result IAsyncResult

Returns

bool

Invoke(SBSDKLicensePlateScannerViewController)

public virtual bool Invoke(SBSDKLicensePlateScannerViewController controller)

Parameters

controller SBSDKLicensePlateScannerViewController

Returns

bool