Table of Contents

Class SBSDKBarcodeScannerViewControllerDelegate

Namespace
ScanbotSDK.iOS
Assembly
BarcodeSDK.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

DidScanBarcodes(SBSDKBarcodeScannerViewController, SBSDKBarcodeItem[])

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

Parameters

controller SBSDKBarcodeScannerViewController
codes SBSDKBarcodeItem[]

FilterBarcodes(SBSDKBarcodeScannerViewController, SBSDKBarcodeItem[])

public virtual SBSDKBarcodeItem[] FilterBarcodes(SBSDKBarcodeScannerViewController controller, SBSDKBarcodeItem[] codes)

Parameters

controller SBSDKBarcodeScannerViewController
codes SBSDKBarcodeItem[]

Returns

SBSDKBarcodeItem[]

ShouldScanBarcodes(SBSDKBarcodeScannerViewController)

public virtual bool ShouldScanBarcodes(SBSDKBarcodeScannerViewController controller)

Parameters

controller SBSDKBarcodeScannerViewController

Returns

bool