Class SBSDKUIViewControllerDelegate  
  
  
    - Namespace
 - ScanbotSDK.iOS
 
  - Assembly
 - BarcodeSDK.NET.iOS.dll
 
   
  
  
  
    public class SBSDKUIViewControllerDelegate : NSObject, ISBSDKUIViewControllerDelegate, INativeObject, IDisposable
   
  
    - Inheritance
 
    - 
      
      
SBSDKUIViewControllerDelegate
     
  
  
    - Implements
 
    - 
      
      
INativeObject
      
     
  
  
    - Derived
 
    - 
      
      
    
 
  
  Constructors
  
  
  SBSDKUIViewControllerDelegate()
  
  
  
  
  
    public SBSDKUIViewControllerDelegate()
   
  
  
  SBSDKUIViewControllerDelegate(NSObjectFlag)
  
  
  
  
  
    protected SBSDKUIViewControllerDelegate(NSObjectFlag t)
   
  Parameters
  
    t NSObjectFlag 
    
  
  
  
  SBSDKUIViewControllerDelegate(NativeHandle)
  
  
  
  
  
    protected SBSDKUIViewControllerDelegate(NativeHandle handle)
   
  Parameters
  
    handle NativeHandle 
    
  
  Methods
  
  
  ViewControllerShouldCancel(SBSDKUIViewController)
  
  
  
  
  
    public virtual bool ViewControllerShouldCancel(SBSDKUIViewController viewController)
   
  Parameters
  
    viewController SBSDKUIViewController 
    
  
  Returns
  
    - bool
 
    
  
  
  
  ViewControllerShouldFinish(SBSDKUIViewController)
  
  
  
  
  
    public virtual bool ViewControllerShouldFinish(SBSDKUIViewController viewController)
   
  Parameters
  
    viewController SBSDKUIViewController 
    
  
  Returns
  
    - bool