CheckDepositsCaptureDelegate
public protocol CheckDepositsCaptureDelegate : EventDelegate
Delegate called when capturing a check is successful.
-
didCaptureCheck(frontImage:
Default implementationbackImage: ) 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.