Table of Contents

Delegate OverlayForBarcodeFunc

Namespace
ScanbotSDK.iOS
Assembly
BarcodeSDK.NET.iOS.dll
public delegate UIView OverlayForBarcodeFunc(SBSDKBarcodeScanAndCountViewController controller, SBSDKBarcodeScannerResult code)

Parameters

controller SBSDKBarcodeScanAndCountViewController
code SBSDKBarcodeScannerResult

Returns

UIView

Constructors

OverlayForBarcodeFunc(object, nint)

public OverlayForBarcodeFunc(object @object, nint method)

Parameters

object object
method nint

Methods

BeginInvoke(SBSDKBarcodeScanAndCountViewController, SBSDKBarcodeScannerResult, AsyncCallback, object)

public virtual IAsyncResult BeginInvoke(SBSDKBarcodeScanAndCountViewController controller, SBSDKBarcodeScannerResult code, AsyncCallback callback, object @object)

Parameters

controller SBSDKBarcodeScanAndCountViewController
code SBSDKBarcodeScannerResult
callback AsyncCallback
object object

Returns

IAsyncResult

EndInvoke(IAsyncResult)

public virtual UIView EndInvoke(IAsyncResult result)

Parameters

result IAsyncResult

Returns

UIView

Invoke(SBSDKBarcodeScanAndCountViewController, SBSDKBarcodeScannerResult)

public virtual UIView Invoke(SBSDKBarcodeScanAndCountViewController controller, SBSDKBarcodeScannerResult code)

Parameters

controller SBSDKBarcodeScanAndCountViewController
code SBSDKBarcodeScannerResult

Returns

UIView