Table of Contents

Class SBSDKCheckScannerViewControllerDelegate

Namespace
ScanbotSDK.iOS
Assembly
DocumentSDK.NET.iOS.dll
public abstract class SBSDKCheckScannerViewControllerDelegate : NSObject, ISBSDKCheckScannerViewControllerDelegate, INativeObject, IDisposable
Inheritance
SBSDKCheckScannerViewControllerDelegate
Implements
INativeObject

Constructors

SBSDKCheckScannerViewControllerDelegate()

protected SBSDKCheckScannerViewControllerDelegate()

SBSDKCheckScannerViewControllerDelegate(NSObjectFlag)

protected SBSDKCheckScannerViewControllerDelegate(NSObjectFlag t)

Parameters

t NSObjectFlag

SBSDKCheckScannerViewControllerDelegate(NativeHandle)

protected SBSDKCheckScannerViewControllerDelegate(NativeHandle handle)

Parameters

handle NativeHandle

Methods

CheckScannerViewControllerShouldScan(SBSDKCheckScannerViewController)

public virtual bool CheckScannerViewControllerShouldScan(SBSDKCheckScannerViewController controller)

Parameters

controller SBSDKCheckScannerViewController

Returns

bool

DidChangeState(SBSDKCheckScannerViewController, SBSDKCheckScannerState)

public virtual void DidChangeState(SBSDKCheckScannerViewController controller, SBSDKCheckScannerState state)

Parameters

controller SBSDKCheckScannerViewController
state SBSDKCheckScannerState

DidScanCheck(SBSDKCheckScannerViewController, SBSDKCheckScanningResult, bool)

public virtual void DidScanCheck(SBSDKCheckScannerViewController controller, SBSDKCheckScanningResult result, bool isHighRes)

Parameters

controller SBSDKCheckScannerViewController
result SBSDKCheckScanningResult
isHighRes bool

ForResult(SBSDKCheckScannerViewController, SBSDKCheckScanningResult)

public virtual bool ForResult(SBSDKCheckScannerViewController controller, SBSDKCheckScanningResult result)

Parameters

controller SBSDKCheckScannerViewController
result SBSDKCheckScanningResult

Returns

bool