Camera
This section contains the necessary knowledge to understand the start camera in BiometridStandard.
Parameter
Description
viewController: UIViewController
View Controller to open the camera screen
options: CameraOptions?
Options to change customization of screen
callback: ProcessCallback?
callback
Implementation example
Callback params
Parameter
Description
image: String
Image in base64
errors: Errors
Errors associated enum
Was this helpful?