Auto Capture
This section contains the necessary knowledge to understand the start auto capture in BiometridStandard.
Parameter
Description
viewController: UIViewController
View Controller to open the auto capture screen
options: CaptureOptions?
Options to change customization of screen
callback: ProcessCallback?
callback
Implementation example
Callback params
Parameter
Description
status: Bool
Method request status
result: CaptureResult?
Class with result image of auto capture
error: Errors?
Errors associated enum
Was this helpful?