Table of Contents

Class SBSDKCheckScannerViewControllerDelegate_Extensions

Namespace
ScanbotSDK.iOS
Assembly
DocumentSDK.NET.iOS.dll
public static class SBSDKCheckScannerViewControllerDelegate_Extensions
Inheritance
SBSDKCheckScannerViewControllerDelegate_Extensions
Inherited Members

Methods

CheckScannerViewControllerShouldScan(ISBSDKCheckScannerViewControllerDelegate, SBSDKCheckScannerViewController)

public static bool CheckScannerViewControllerShouldScan(this ISBSDKCheckScannerViewControllerDelegate This, SBSDKCheckScannerViewController controller)

Parameters

This ISBSDKCheckScannerViewControllerDelegate
controller SBSDKCheckScannerViewController

Returns

bool

DidChangeState(ISBSDKCheckScannerViewControllerDelegate, SBSDKCheckScannerViewController, SBSDKCheckScannerState)

public static void DidChangeState(this ISBSDKCheckScannerViewControllerDelegate This, SBSDKCheckScannerViewController controller, SBSDKCheckScannerState state)

Parameters

This ISBSDKCheckScannerViewControllerDelegate
controller SBSDKCheckScannerViewController
state SBSDKCheckScannerState

ForResult(ISBSDKCheckScannerViewControllerDelegate, SBSDKCheckScannerViewController, SBSDKCheckScanningResult)

public static bool ForResult(this ISBSDKCheckScannerViewControllerDelegate This, SBSDKCheckScannerViewController controller, SBSDKCheckScanningResult result)

Parameters

This ISBSDKCheckScannerViewControllerDelegate
controller SBSDKCheckScannerViewController
result SBSDKCheckScanningResult

Returns

bool