Delegate OverlayForBarcodeFunc
- Namespace
- ScanbotSDK.iOS
- Assembly
- BarcodeSDK.NET.iOS.dll
public delegate UIView? OverlayForBarcodeFunc(SBSDKBarcodeScanAndCountViewController controller, SBSDKBarcodeItem code)
Parameters
controller SBSDKBarcodeScanAndCountViewController
code SBSDKBarcodeItem
Returns
- UIView
Constructors
OverlayForBarcodeFunc(object, nint)
public OverlayForBarcodeFunc(object @object, nint method)
Parameters
object object
method nint
Methods
BeginInvoke(SBSDKBarcodeScanAndCountViewController, SBSDKBarcodeItem, AsyncCallback, object)
public virtual IAsyncResult BeginInvoke(SBSDKBarcodeScanAndCountViewController controller, SBSDKBarcodeItem code, AsyncCallback callback, object @object)
Parameters
controller SBSDKBarcodeScanAndCountViewController
code SBSDKBarcodeItem
callback AsyncCallback
object object
Returns
- IAsyncResult
EndInvoke(IAsyncResult)
public virtual UIView? EndInvoke(IAsyncResult result)
Parameters
result IAsyncResult
Returns
- UIView
Invoke(SBSDKBarcodeScanAndCountViewController, SBSDKBarcodeItem)
public virtual UIView? Invoke(SBSDKBarcodeScanAndCountViewController controller, SBSDKBarcodeItem code)
Parameters
controller SBSDKBarcodeScanAndCountViewController
code SBSDKBarcodeItem
Returns
- UIView