Class SBSDKMRZScannerViewControllerDelegate
- Namespace
- ScanbotSDK.iOS
- Assembly
- DocumentSDK.NET.iOS.dll
public abstract class SBSDKMRZScannerViewControllerDelegate : NSObject, ISBSDKMRZScannerViewControllerDelegate, INativeObject, IDisposable
- Inheritance
-
SBSDKMRZScannerViewControllerDelegate
- Implements
-
INativeObject
- Extension Methods
-
Constructors
SBSDKMRZScannerViewControllerDelegate()
protected SBSDKMRZScannerViewControllerDelegate()
SBSDKMRZScannerViewControllerDelegate(NSObjectFlag)
protected SBSDKMRZScannerViewControllerDelegate(NSObjectFlag t)
Parameters
t NSObjectFlag
SBSDKMRZScannerViewControllerDelegate(NativeHandle)
protected SBSDKMRZScannerViewControllerDelegate(NativeHandle handle)
Parameters
handle NativeHandle
Methods
DidFailScanningWithError(SBSDKMRZScannerViewController, NSError)
public virtual void DidFailScanningWithError(SBSDKMRZScannerViewController controller, NSError error)
Parameters
controller SBSDKMRZScannerViewController
error NSError
DidScanMRZ(SBSDKMRZScannerViewController, SBSDKMRZScannerResult)
public virtual void DidScanMRZ(SBSDKMRZScannerViewController controller, SBSDKMRZScannerResult result)
Parameters
controller SBSDKMRZScannerViewController
result SBSDKMRZScannerResult
ShouldScanMRZ(SBSDKMRZScannerViewController)
public virtual bool ShouldScanMRZ(SBSDKMRZScannerViewController controller)
Parameters
controller SBSDKMRZScannerViewController
Returns
- bool