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

DidScanBarcodes(SBSDKBarcodeScanAndCountViewController, SBSDKBarcodeItem[])

public virtual void DidScanBarcodes(SBSDKBarcodeScanAndCountViewController controller, SBSDKBarcodeItem[] codes)

Parameters

controller SBSDKBarcodeScanAndCountViewController
codes SBSDKBarcodeItem[]

DidStartScanning(SBSDKBarcodeScanAndCountViewController)

public virtual void DidStartScanning(SBSDKBarcodeScanAndCountViewController controller)

Parameters

controller SBSDKBarcodeScanAndCountViewController

FilterResults(SBSDKBarcodeScanAndCountViewController, SBSDKBarcodeItem[])

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

Parameters

controller SBSDKBarcodeScanAndCountViewController
codes SBSDKBarcodeItem[]

Returns

SBSDKBarcodeItem[]

OverlayForBarcode(SBSDKBarcodeScanAndCountViewController, SBSDKBarcodeItem)

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

Parameters

controller SBSDKBarcodeScanAndCountViewController
code SBSDKBarcodeItem

Returns

UIView

PolygonStyleForBarcode(SBSDKBarcodeScanAndCountViewController, SBSDKBarcodeItem)

public virtual SBSDKScanAndCountPolygonStyle PolygonStyleForBarcode(SBSDKBarcodeScanAndCountViewController controller, SBSDKBarcodeItem code)

Parameters

controller SBSDKBarcodeScanAndCountViewController
code SBSDKBarcodeItem

Returns

SBSDKScanAndCountPolygonStyle