BlinkIdVerifyCaptureActivityResult

Class containing results of the BlinkID Verify Capture activity.

Constructors

Link copied to clipboard
constructor(status: ActivityResultStatus, result: BlinkIdVerifyCaptureResult?)

Properties

Link copied to clipboard

Result of the activity containing one or more images captured during the scanning process. Result is present only if status is ActivityResultStatus.DocumentCaptured, otherwise it is null.

Link copied to clipboard

Represents the status of the activity result and shows whether the activity completed successfully or what caused it not to complete.