Table of Contents

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

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 UIViewController
parentView UIView
configuration SBSDKCreditCardScannerConfiguration
delegate SBSDKCreditCardScannerViewControllerDelegate

Properties

ClassHandle

public override NativeHandle ClassHandle { get; }

Property Value

NativeHandle

Delegate

public SBSDKCreditCardScannerViewControllerDelegate? Delegate { get; set; }

Property Value

SBSDKCreditCardScannerViewControllerDelegate

ShouldScanCreditCard

public ShouldScanCreditCardFunc? ShouldScanCreditCard { get; set; }

Property Value

ShouldScanCreditCardFunc

WeakDelegate

public virtual NSObject? WeakDelegate { get; set; }

Property Value

NSObject

Methods

CopyCurrentConfiguration()

public virtual SBSDKCreditCardScannerConfiguration CopyCurrentConfiguration()

Returns

SBSDKCreditCardScannerConfiguration

Dispose(bool)

protected override void Dispose(bool disposing)

Parameters

disposing bool

SetConfiguration(SBSDKCreditCardScannerConfiguration)

public virtual void SetConfiguration(SBSDKCreditCardScannerConfiguration configuration)

Parameters

configuration SBSDKCreditCardScannerConfiguration

Events

DidFailScanningWithError

public event EventHandler<FailScanningWithErrorEventArgs> DidFailScanningWithError

Event Type

EventHandler<FailScanningWithErrorEventArgs>

DidScanCreditCard

public event EventHandler<ScanCreditCardEventArgs> DidScanCreditCard

Event Type

EventHandler<ScanCreditCardEventArgs>