BlinkIdVerifyCaptureActivityResult
data class BlinkIdVerifyCaptureActivityResult(val status: ActivityResultStatus, val result: BlinkIdVerifyCaptureResult?)
Class containing results of the BlinkID Verify Capture activity.
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.