public interface ScanResultListener
Modifier and Type | Method and Description |
---|---|
void |
onScanningDone(RecognitionSuccessType recognitionSuccessType)
This method is called when recognition is done.
|
void |
onUnrecoverableError(java.lang.Throwable throwable)
This method is called when the scanning cannot be performed because of an error.
|
void onScanningDone(@NonNull RecognitionSuccessType recognitionSuccessType)
recognitionSuccessType
- indicates the success type of recognitionvoid onUnrecoverableError(@NonNull java.lang.Throwable throwable)
throwable
- type of error