CheckDepositsCaptureDelegate

public protocol CheckDepositsCaptureDelegate : EventDelegate

Delegate called when capturing a check is successful.

  • Did capture check successfully.

    Default Implementation

    Did capture check successfully.

    Declaration

    Swift

    func didCaptureCheck(frontImage: String, backImage: String)

    Parameters

    frontImage

    The front image in base64 format.

    backImage

    The back image in base64 format.