MBDefaultInvalidDocumentHandler
@objc
public class MBDefaultInvalidDocumentHandler : NSObject, MBInvalidDocumentHandler
Alert contorller will be presented with a mesage that the front and back side data does not match if scanning two sided documents is enabled and the document recognizer is either a combined recognizer, or it’s recognizers can be matched using MBResultValidator.
-
Declaration
Swift
@objc public weak var blinkIDUI: MBBlinkIDUI? -
Needed to present alert view controller if the document isn’t valid.
Declaration
Swift
@objc public weak var overlayViewController: MBBlinkIdOverlayViewController? -
Called once if the scanned document is invalid and shouldValidateDocuments is set to true
Declaration
Swift
@objc public func onInvalidDocumentScanned() -
Declaration
Swift
@objc public func _createAlertController() -> UIAlertController
View on GitHub
Install in Dash
MBDefaultInvalidDocumentHandler Class Reference