Package com.microblink.view.recognition
Interface ParcelableScanResultListener
-
- All Superinterfaces:
android.os.Parcelable
,ScanResultListener
public interface ParcelableScanResultListener extends ScanResultListener, android.os.Parcelable
Scan result listener that can be passed to the activity by intent extras. It should be used for obtaining of scan results when they cannot be returned through activity result intent extras (e.g. when results are larger than intent size limit).
-
-
Method Summary
-
Methods inherited from interface com.microblink.view.recognition.ScanResultListener
onScanningDone, onUnrecoverableError
-
-