Interface ISBSDKBarcodeScanAndCountViewControllerDelegate
- Namespace
- ScanbotSDK.iOS
- Assembly
- DocumentSDK.NET.iOS.dll
public interface ISBSDKBarcodeScanAndCountViewControllerDelegate : INativeObject, IDisposable
- Inherited Members
- Extension Methods
Methods
DidDetectBarcodes(SBSDKBarcodeScanAndCountViewController, SBSDKBarcodeScannerResult[])
void DidDetectBarcodes(SBSDKBarcodeScanAndCountViewController controller, SBSDKBarcodeScannerResult[] codes)
Parameters
controllerSBSDKBarcodeScanAndCountViewControllercodesSBSDKBarcodeScannerResult[]
DidStartScanning(SBSDKBarcodeScanAndCountViewController)
void DidStartScanning(SBSDKBarcodeScanAndCountViewController controller)
Parameters
controllerSBSDKBarcodeScanAndCountViewController
FilterResults(SBSDKBarcodeScanAndCountViewController, SBSDKBarcodeScannerResult[])
SBSDKBarcodeScannerResult[] FilterResults(SBSDKBarcodeScanAndCountViewController controller, SBSDKBarcodeScannerResult[] codes)
Parameters
controllerSBSDKBarcodeScanAndCountViewControllercodesSBSDKBarcodeScannerResult[]
Returns
OverlayForBarcode(SBSDKBarcodeScanAndCountViewController, SBSDKBarcodeScannerResult)
UIView? OverlayForBarcode(SBSDKBarcodeScanAndCountViewController controller, SBSDKBarcodeScannerResult code)
Parameters
controllerSBSDKBarcodeScanAndCountViewControllercodeSBSDKBarcodeScannerResult
Returns
- UIView
PolygonStyleForBarcode(SBSDKBarcodeScanAndCountViewController, SBSDKBarcodeScannerResult)
SBSDKScanAndCountPolygonStyle PolygonStyleForBarcode(SBSDKBarcodeScanAndCountViewController controller, SBSDKBarcodeScannerResult code)
Parameters
controllerSBSDKBarcodeScanAndCountViewControllercodeSBSDKBarcodeScannerResult