Delegate ShouldDetectBarcodesFunc  
  
  
    - Namespace
 - ScanbotSDK.iOS
 
  - Assembly
 - BarcodeSDK.NET.iOS.dll
 
   
  
  
  
    public delegate bool ShouldDetectBarcodesFunc(SBSDKBarcodeScannerViewController controller)
   
  Parameters
  
    controller SBSDKBarcodeScannerViewController 
    
  
  Returns
  
    - bool
 
    
  
  Constructors
  
  
  ShouldDetectBarcodesFunc(object, nint)
  
  
  
  
  
    public ShouldDetectBarcodesFunc(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