MBInvalidDocumentHandler
@objc
public protocol MBInvalidDocumentHandler : AnyObject
Used for two sided documents that can be validated by matching front and back side data
-
Declaration
Swift
@objc weak var blinkIDUI: MBBlinkIDUI? { get set }
-
Needed to present alert view controller if the document isn’t valid.
Declaration
Swift
@objc weak var overlayViewController: MBBlinkIdOverlayViewController? { get set }
-
Called once if the scanned document is invalid and shouldValidateDocuments is set to true
Declaration
Swift
@objc func onInvalidDocumentScanned()