Class SBSDKBarcodeScannerViewControllerDelegate
- Namespace
- ScanbotSDK.iOS
- Assembly
- DocumentSDK.NET.iOS.dll
public abstract class SBSDKBarcodeScannerViewControllerDelegate : NSObject, ISBSDKBarcodeScannerViewControllerDelegate, INativeObject, IDisposable
- Inheritance
-
SBSDKBarcodeScannerViewControllerDelegate
- Implements
-
INativeObject
Constructors
SBSDKBarcodeScannerViewControllerDelegate()
protected SBSDKBarcodeScannerViewControllerDelegate()
SBSDKBarcodeScannerViewControllerDelegate(NSObjectFlag)
protected SBSDKBarcodeScannerViewControllerDelegate(NSObjectFlag t)
Parameters
t
NSObjectFlag
SBSDKBarcodeScannerViewControllerDelegate(NativeHandle)
protected SBSDKBarcodeScannerViewControllerDelegate(NativeHandle handle)
Parameters
handle
NativeHandle
Methods
DidDetectBarcodes(SBSDKBarcodeScannerViewController, SBSDKBarcodeScannerResult[])
public virtual void DidDetectBarcodes(SBSDKBarcodeScannerViewController controller, SBSDKBarcodeScannerResult[] codes)
Parameters
controller
SBSDKBarcodeScannerViewController
codes
SBSDKBarcodeScannerResult[]
FilterResults(SBSDKBarcodeScannerViewController, SBSDKBarcodeScannerResult[])
public virtual SBSDKBarcodeScannerResult[] FilterResults(SBSDKBarcodeScannerViewController controller, SBSDKBarcodeScannerResult[] codes)
Parameters
controller
SBSDKBarcodeScannerViewController
codes
SBSDKBarcodeScannerResult[]
Returns
- SBSDKBarcodeScannerResult[]
ShouldDetectBarcodes(SBSDKBarcodeScannerViewController)
public virtual bool ShouldDetectBarcodes(SBSDKBarcodeScannerViewController controller)
Parameters
controller
SBSDKBarcodeScannerViewController
Returns
- bool