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
DidChangeState(SBSDKCheckScannerViewController, SBSDKCheckScannerState)
public virtual void DidChangeState(SBSDKCheckScannerViewController controller, SBSDKCheckScannerState state)
Parameters
controller
SBSDKCheckScannerViewController
state
SBSDKCheckScannerState
DidScanCheck(SBSDKCheckScannerViewController, SBSDKCheckScanningResult)
public virtual void DidScanCheck(SBSDKCheckScannerViewController controller, SBSDKCheckScanningResult result)
Parameters
controller
SBSDKCheckScannerViewController
result
SBSDKCheckScanningResult
ShouldScan(SBSDKCheckScannerViewController)
public virtual bool ShouldScan(SBSDKCheckScannerViewController controller)
Parameters
controller
SBSDKCheckScannerViewController
Returns
- bool