Class SBSDKMRZScannerViewControllerDelegate
- Namespace
- ScanbotSDK.iOS
- Assembly
- DocumentSDK.NET.iOS.dll
public abstract class SBSDKMRZScannerViewControllerDelegate : NSObject, ISBSDKMRZScannerViewControllerDelegate, INativeObject, IDisposable
- Inheritance
-
SBSDKMRZScannerViewControllerDelegate
- Implements
-
INativeObject
Constructors
SBSDKMRZScannerViewControllerDelegate()
protected SBSDKMRZScannerViewControllerDelegate()
SBSDKMRZScannerViewControllerDelegate(NSObjectFlag)
protected SBSDKMRZScannerViewControllerDelegate(NSObjectFlag t)
Parameters
t
NSObjectFlag
SBSDKMRZScannerViewControllerDelegate(NativeHandle)
protected SBSDKMRZScannerViewControllerDelegate(NativeHandle handle)
Parameters
handle
NativeHandle
Methods
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