Table of Contents

Class SBSDKBarcodeScanAndCountViewControllerDelegate

Namespace
ScanbotSDK.iOS
Assembly
BarcodeSDK.NET.iOS.dll
public abstract class SBSDKBarcodeScanAndCountViewControllerDelegate : NSObject, ISBSDKBarcodeScanAndCountViewControllerDelegate, INativeObject, IDisposable
Inheritance
SBSDKBarcodeScanAndCountViewControllerDelegate
Implements
INativeObject

Constructors

SBSDKBarcodeScanAndCountViewControllerDelegate()

protected SBSDKBarcodeScanAndCountViewControllerDelegate()

SBSDKBarcodeScanAndCountViewControllerDelegate(NSObjectFlag)

protected SBSDKBarcodeScanAndCountViewControllerDelegate(NSObjectFlag t)

Parameters

t NSObjectFlag

SBSDKBarcodeScanAndCountViewControllerDelegate(NativeHandle)

protected SBSDKBarcodeScanAndCountViewControllerDelegate(NativeHandle handle)

Parameters

handle NativeHandle

Methods

DidDetectBarcodes(SBSDKBarcodeScanAndCountViewController, SBSDKBarcodeScannerResult[])

public virtual void DidDetectBarcodes(SBSDKBarcodeScanAndCountViewController controller, SBSDKBarcodeScannerResult[] codes)

Parameters

controller SBSDKBarcodeScanAndCountViewController
codes SBSDKBarcodeScannerResult[]

DidStartScanning(SBSDKBarcodeScanAndCountViewController)

public virtual void DidStartScanning(SBSDKBarcodeScanAndCountViewController controller)

Parameters

controller SBSDKBarcodeScanAndCountViewController

FilterResults(SBSDKBarcodeScanAndCountViewController, SBSDKBarcodeScannerResult[])

public virtual SBSDKBarcodeScannerResult[] FilterResults(SBSDKBarcodeScanAndCountViewController controller, SBSDKBarcodeScannerResult[] codes)

Parameters

controller SBSDKBarcodeScanAndCountViewController
codes SBSDKBarcodeScannerResult[]

Returns

SBSDKBarcodeScannerResult[]

OverlayForBarcode(SBSDKBarcodeScanAndCountViewController, SBSDKBarcodeScannerResult)

public virtual UIView? OverlayForBarcode(SBSDKBarcodeScanAndCountViewController controller, SBSDKBarcodeScannerResult code)

Parameters

controller SBSDKBarcodeScanAndCountViewController
code SBSDKBarcodeScannerResult

Returns

UIView

PolygonStyleForBarcode(SBSDKBarcodeScanAndCountViewController, SBSDKBarcodeScannerResult)

public virtual SBSDKScanAndCountPolygonStyle PolygonStyleForBarcode(SBSDKBarcodeScanAndCountViewController controller, SBSDKBarcodeScannerResult code)

Parameters

controller SBSDKBarcodeScanAndCountViewController
code SBSDKBarcodeScannerResult

Returns

SBSDKScanAndCountPolygonStyle