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