Delegate ShouldScanBarcodesFunc
- Namespace
- ScanbotSDK.iOS
- Assembly
- BarcodeSDK.NET.iOS.dll
public delegate bool ShouldScanBarcodesFunc(SBSDKBarcodeScannerViewController controller)
Parameters
controller SBSDKBarcodeScannerViewController
Returns
- bool
Constructors
ShouldScanBarcodesFunc(object, nint)
public ShouldScanBarcodesFunc(object @object, nint method)
Parameters
object object
method nint
Methods
BeginInvoke(SBSDKBarcodeScannerViewController, AsyncCallback, object)
public virtual IAsyncResult BeginInvoke(SBSDKBarcodeScannerViewController controller, AsyncCallback callback, object @object)
Parameters
controller SBSDKBarcodeScannerViewController
callback AsyncCallback
object object
Returns
- IAsyncResult
EndInvoke(IAsyncResult)
public virtual bool EndInvoke(IAsyncResult result)
Parameters
result IAsyncResult
Returns
- bool
Invoke(SBSDKBarcodeScannerViewController)
public virtual bool Invoke(SBSDKBarcodeScannerViewController controller)
Parameters
controller SBSDKBarcodeScannerViewController
Returns
- bool