Class SBSDKUIViewControllerDelegate
- Namespace
- ScanbotSDK.iOS
- Assembly
- DocumentSDK.NET.iOS.dll
public class SBSDKUIViewControllerDelegate : NSObject, ISBSDKUIViewControllerDelegate, INativeObject, IDisposable
- Inheritance
-
SBSDKUIViewControllerDelegate
- Implements
-
INativeObject
- Derived
Constructors
SBSDKUIViewControllerDelegate()
public SBSDKUIViewControllerDelegate()
SBSDKUIViewControllerDelegate(NSObjectFlag)
protected SBSDKUIViewControllerDelegate(NSObjectFlag t)
Parameters
t
NSObjectFlag
SBSDKUIViewControllerDelegate(NativeHandle)
protected SBSDKUIViewControllerDelegate(NativeHandle handle)
Parameters
handle
NativeHandle
Methods
ViewControllerShouldCancel(SBSDKUIViewController)
public virtual bool ViewControllerShouldCancel(SBSDKUIViewController viewController)
Parameters
viewController
SBSDKUIViewController
Returns
ViewControllerShouldFinish(SBSDKUIViewController)
public virtual bool ViewControllerShouldFinish(SBSDKUIViewController viewController)
Parameters
viewController
SBSDKUIViewController