Class SBSDKCreditCardScannerViewController
- Namespace
- ScanbotSDK.iOS
- Assembly
- DocumentSDK.NET.iOS.dll
public class SBSDKCreditCardScannerViewController : SBSDKBaseScannerViewController
- Inheritance
-
SBSDKCreditCardScannerViewController
- Inherited Members
Constructors
SBSDKCreditCardScannerViewController()
public SBSDKCreditCardScannerViewController()
SBSDKCreditCardScannerViewController(NSCoder)
public SBSDKCreditCardScannerViewController(NSCoder coder)
Parameters
coder
NSCoder
SBSDKCreditCardScannerViewController(NSObjectFlag?)
protected SBSDKCreditCardScannerViewController(NSObjectFlag? t)
Parameters
t
NSObjectFlag
SBSDKCreditCardScannerViewController(NativeHandle?)
protected SBSDKCreditCardScannerViewController(NativeHandle? handle)
Parameters
handle
NativeHandle
SBSDKCreditCardScannerViewController(UIViewController, UIView, SBSDKCreditCardScannerConfiguration, SBSDKCreditCardScannerViewControllerDelegate?)
public SBSDKCreditCardScannerViewController(UIViewController parentViewController, UIView parentView, SBSDKCreditCardScannerConfiguration configuration, SBSDKCreditCardScannerViewControllerDelegate? @delegate)
Parameters
parentViewController
UIViewControllerparentView
UIViewconfiguration
SBSDKCreditCardScannerConfigurationdelegate
SBSDKCreditCardScannerViewControllerDelegate
Properties
ClassHandle
public override NativeHandle? ClassHandle { get; }
Property Value
- NativeHandle
Delegate
public SBSDKCreditCardScannerViewControllerDelegate? Delegate { get; set; }
Property Value
ShouldScanCreditCard
public ShouldScanCreditCardFunc? ShouldScanCreditCard { get; set; }
Property Value
WeakDelegate
public virtual NSObject? WeakDelegate { get; set; }
Property Value
- NSObject
Methods
CopyCurrentConfiguration()
public virtual SBSDKCreditCardScannerConfiguration CopyCurrentConfiguration()
Returns
Dispose(bool)
protected override void Dispose(bool disposing)
Parameters
disposing
bool
SetConfiguration(SBSDKCreditCardScannerConfiguration)
public virtual void SetConfiguration(SBSDKCreditCardScannerConfiguration configuration)
Parameters
configuration
SBSDKCreditCardScannerConfiguration
Events
DidScanCreditCard
public event EventHandler<ScanCreditCardEventArgs> DidScanCreditCard