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

DidDetectResults(ISBSDKUIBarcodeScannerViewControllerDelegate, SBSDKUIBarcodeScannerViewController, SBSDKBarcodeScannerResult[])

public static void DidDetectResults(this ISBSDKUIBarcodeScannerViewControllerDelegate This, SBSDKUIBarcodeScannerViewController viewController, SBSDKBarcodeScannerResult[] barcodeResults)

Parameters

This ISBSDKUIBarcodeScannerViewControllerDelegate
viewController SBSDKUIBarcodeScannerViewController
barcodeResults SBSDKBarcodeScannerResult[]

DidTimeout(ISBSDKUIBarcodeScannerViewControllerDelegate, SBSDKUIBarcodeScannerViewController)

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

Parameters

This ISBSDKUIBarcodeScannerViewControllerDelegate
viewController SBSDKUIBarcodeScannerViewController

ShouldHighlightResult(ISBSDKUIBarcodeScannerViewControllerDelegate, SBSDKUIBarcodeScannerViewController, SBSDKBarcodeScannerResult)

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

Parameters

This ISBSDKUIBarcodeScannerViewControllerDelegate
viewController SBSDKUIBarcodeScannerViewController
code SBSDKBarcodeScannerResult

Returns

bool