Table of Contents

Class SBSDKVINScannerViewControllerDelegate

Namespace
ScanbotSDK.iOS
Assembly
DocumentSDK.NET.iOS.dll
public abstract class SBSDKVINScannerViewControllerDelegate : NSObject, ISBSDKVINScannerViewControllerDelegate, INativeObject, IDisposable
Inheritance
SBSDKVINScannerViewControllerDelegate
Implements
INativeObject
Extension Methods

Constructors

SBSDKVINScannerViewControllerDelegate()

protected SBSDKVINScannerViewControllerDelegate()

SBSDKVINScannerViewControllerDelegate(NSObjectFlag)

protected SBSDKVINScannerViewControllerDelegate(NSObjectFlag t)

Parameters

t NSObjectFlag

SBSDKVINScannerViewControllerDelegate(NativeHandle)

protected SBSDKVINScannerViewControllerDelegate(NativeHandle handle)

Parameters

handle NativeHandle

Methods

DidFailScanningWithError(SBSDKVINScannerViewController, NSError)

public virtual void DidFailScanningWithError(SBSDKVINScannerViewController controller, NSError error)

Parameters

controller SBSDKVINScannerViewController
error NSError

DidScanVIN(SBSDKVINScannerViewController, SBSDKVINScannerResult)

public virtual void DidScanVIN(SBSDKVINScannerViewController controller, SBSDKVINScannerResult result)

Parameters

controller SBSDKVINScannerViewController
result SBSDKVINScannerResult

ShouldScan(SBSDKVINScannerViewController)

public virtual bool ShouldScan(SBSDKVINScannerViewController controller)

Parameters

controller SBSDKVINScannerViewController

Returns

bool