Table of Contents

Interface ISBSDKUIBarcodesBatchScannerViewControllerDelegate

Namespace
ScanbotSDK.iOS
Assembly
BarcodeSDK.NET.iOS.dll
public interface ISBSDKUIBarcodesBatchScannerViewControllerDelegate : ISBSDKUIViewControllerDelegate, INativeObject, IDisposable
Inherited Members
Extension Methods

Methods

DidCancel(SBSDKUIBarcodesBatchScannerViewController)

void DidCancel(SBSDKUIBarcodesBatchScannerViewController viewController)

Parameters

viewController SBSDKUIBarcodesBatchScannerViewController

DidFinishWithResults(SBSDKUIBarcodesBatchScannerViewController, SBSDKUIBarcodeMappedResult[])

void DidFinishWithResults(SBSDKUIBarcodesBatchScannerViewController viewController, SBSDKUIBarcodeMappedResult[] barcodeResults)

Parameters

viewController SBSDKUIBarcodesBatchScannerViewController
barcodeResults SBSDKUIBarcodeMappedResult[]