Table of Contents

Class SBSDKUIBarcodeScannerViewControllerDelegate_Extensions

Namespace
ScanbotSDK.iOS
Assembly
BarcodeSDK.NET.iOS.dll
public static class SBSDKUIBarcodeScannerViewControllerDelegate_Extensions
Inheritance
SBSDKUIBarcodeScannerViewControllerDelegate_Extensions
Inherited Members

Methods

DidCancel(ISBSDKUIBarcodeScannerViewControllerDelegate, SBSDKUIBarcodeScannerViewController)

public static void DidCancel(this ISBSDKUIBarcodeScannerViewControllerDelegate This, SBSDKUIBarcodeScannerViewController viewController)

Parameters

This ISBSDKUIBarcodeScannerViewControllerDelegate
viewController SBSDKUIBarcodeScannerViewController

DidScanResults(ISBSDKUIBarcodeScannerViewControllerDelegate, SBSDKUIBarcodeScannerViewController, SBSDKBarcodeItem[])

public static void DidScanResults(this ISBSDKUIBarcodeScannerViewControllerDelegate This, SBSDKUIBarcodeScannerViewController viewController, SBSDKBarcodeItem[] barcodeResults)

Parameters

This ISBSDKUIBarcodeScannerViewControllerDelegate
viewController SBSDKUIBarcodeScannerViewController
barcodeResults SBSDKBarcodeItem[]

DidTimeout(ISBSDKUIBarcodeScannerViewControllerDelegate, SBSDKUIBarcodeScannerViewController)

public static void DidTimeout(this ISBSDKUIBarcodeScannerViewControllerDelegate This, SBSDKUIBarcodeScannerViewController viewController)

Parameters

This ISBSDKUIBarcodeScannerViewControllerDelegate
viewController SBSDKUIBarcodeScannerViewController

ShouldHighlightResult(ISBSDKUIBarcodeScannerViewControllerDelegate, SBSDKUIBarcodeScannerViewController, SBSDKBarcodeItem)

public static bool ShouldHighlightResult(this ISBSDKUIBarcodeScannerViewControllerDelegate This, SBSDKUIBarcodeScannerViewController viewController, SBSDKBarcodeItem code)

Parameters

This ISBSDKUIBarcodeScannerViewControllerDelegate
viewController SBSDKUIBarcodeScannerViewController
code SBSDKBarcodeItem

Returns

bool