Class SBSDKCreditCardScannerViewController
- Namespace
- ScanbotSDK.iOS
- Assembly
- DocumentSDK.NET.iOS.dll
public class SBSDKCreditCardScannerViewController : SBSDKBaseScannerViewController
- Inheritance
-
SBSDKCreditCardScannerViewController
- Inherited Members
- Extension Methods
Constructors
SBSDKCreditCardScannerViewController()
public SBSDKCreditCardScannerViewController()
SBSDKCreditCardScannerViewController(NSCoder)
public SBSDKCreditCardScannerViewController(NSCoder coder)
Parameters
coderNSCoder
SBSDKCreditCardScannerViewController(NSObjectFlag)
protected SBSDKCreditCardScannerViewController(NSObjectFlag t)
Parameters
tNSObjectFlag
SBSDKCreditCardScannerViewController(NativeHandle)
protected SBSDKCreditCardScannerViewController(NativeHandle handle)
Parameters
handleNativeHandle
SBSDKCreditCardScannerViewController(UIViewController, UIView, SBSDKCreditCardScannerConfiguration, SBSDKCreditCardScannerViewControllerDelegate?)
public SBSDKCreditCardScannerViewController(UIViewController parentViewController, UIView parentView, SBSDKCreditCardScannerConfiguration configuration, SBSDKCreditCardScannerViewControllerDelegate? @delegate)
Parameters
parentViewControllerUIViewControllerparentViewUIViewconfigurationSBSDKCreditCardScannerConfigurationdelegateSBSDKCreditCardScannerViewControllerDelegate
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
disposingbool
SetConfiguration(SBSDKCreditCardScannerConfiguration)
public virtual void SetConfiguration(SBSDKCreditCardScannerConfiguration configuration)
Parameters
configurationSBSDKCreditCardScannerConfiguration
Events
DidFailScanningWithError
public event EventHandler<FailScanningWithErrorEventArgs> DidFailScanningWithError
Event Type
DidScanCreditCard
public event EventHandler<ScanCreditCardEventArgs> DidScanCreditCard