CardScanningDelegate

public protocol CardScanningDelegate : AnyObject

Delegate for CardScanning.

The Protocol method allows to transfer the final data of the Bank card for further work.

  • Should be called when card scanning finished.

    Declaration

    Swift

    func cardScannerDidFinish(_ cardInfo: ScannedCardInfo?)

    Parameters

    cardInfo

    Contains scanned fields if has any.