Interface ISBSDKBarcodeScannerViewControllerDelegate
- Namespace
 - ScanbotSDK.iOS
 
- Assembly
 - BarcodeSDK.NET.iOS.dll
 
public interface ISBSDKBarcodeScannerViewControllerDelegate : INativeObject, IDisposable
  - Inherited Members
 
- Extension Methods
 
Methods
DidDetectBarcodes(SBSDKBarcodeScannerViewController, SBSDKBarcodeScannerResult[])
void DidDetectBarcodes(SBSDKBarcodeScannerViewController controller, SBSDKBarcodeScannerResult[] codes)
  Parameters
controllerSBSDKBarcodeScannerViewControllercodesSBSDKBarcodeScannerResult[]
FilterResults(SBSDKBarcodeScannerViewController, SBSDKBarcodeScannerResult[])
SBSDKBarcodeScannerResult[] FilterResults(SBSDKBarcodeScannerViewController controller, SBSDKBarcodeScannerResult[] codes)
  Parameters
controllerSBSDKBarcodeScannerViewControllercodesSBSDKBarcodeScannerResult[]
Returns
ShouldDetectBarcodes(SBSDKBarcodeScannerViewController)
bool ShouldDetectBarcodes(SBSDKBarcodeScannerViewController controller)
  Parameters
controllerSBSDKBarcodeScannerViewController