Table of Contents

Delegate ShouldRecognizeFunc4

Namespace
ScanbotSDK.iOS
Assembly
DocumentSDK.NET.iOS.dll
public delegate bool ShouldRecognizeFunc4(SBSDKMedicalCertificateScannerViewController controller)

Parameters

controller SBSDKMedicalCertificateScannerViewController

Returns

bool

Constructors

ShouldRecognizeFunc4(object, nint)

public ShouldRecognizeFunc4(object @object, nint method)

Parameters

object object
method nint

Methods

BeginInvoke(SBSDKMedicalCertificateScannerViewController, AsyncCallback, object)

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

Parameters

controller SBSDKMedicalCertificateScannerViewController
callback AsyncCallback
object object

Returns

IAsyncResult

EndInvoke(IAsyncResult)

public virtual bool EndInvoke(IAsyncResult result)

Parameters

result IAsyncResult

Returns

bool

Invoke(SBSDKMedicalCertificateScannerViewController)

public virtual bool Invoke(SBSDKMedicalCertificateScannerViewController controller)

Parameters

controller SBSDKMedicalCertificateScannerViewController

Returns

bool