Class ScanResult
java.lang.Object
com.microblink.photopay.activity.result.BaseScanResult<android.content.Intent>
com.microblink.photopay.activity.result.ScanResult
Result of the scanning process. You should first check the result status by using the
BaseScanResult.getResultStatus(). If it is ResultStatus.FINISHED, data will be available in
the returned Intent data object, otherwise it will be null.-
Constructor Summary
ConstructorsConstructorDescriptionScanResult(ResultStatus resultStatus, android.content.Intent result, Throwable exception) -
Method Summary
Methods inherited from class com.microblink.photopay.activity.result.BaseScanResult
getException, getResult, getResultStatus
-
Constructor Details
-
ScanResult
-