Result
data class Result(val resultCode: Int, val result: MedicalCertificateScanningResult?, val isLicenseInvalid: Boolean, val sdkIsNotInitialized: Boolean) : ScanbotActivityResult<MedicalCertificateScanningResult?>
Constructors
Link copied to clipboard
constructor(resultCode: Int, result: MedicalCertificateScanningResult?, isLicenseInvalid: Boolean, sdkIsNotInitialized: Boolean)
Properties
Link copied to clipboard
Indicates whether RTU returned due to license issue detected. In case of true
no result should be expected.
Link copied to clipboard
Scanning or recognition result - the essence of components work done.
Link copied to clipboard
Defines whether activity finished and result provided or, for example, Activity.RESULT_CANCELED
Link copied to clipboard
Indicates whether RTU returned due to Scanbot SDK is not initialized. In case of true
no result should be expected.