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).
  • Nested Class Summary

    Nested classes/interfaces inherited from interface android.os.Parcelable

    android.os.Parcelable.ClassLoaderCreator<T extends Object>, android.os.Parcelable.Creator<T extends Object>
  • Field Summary

    Fields inherited from interface android.os.Parcelable

    CONTENTS_FILE_DESCRIPTOR, PARCELABLE_WRITE_RETURN_VALUE
  • Method Summary

    Methods inherited from interface android.os.Parcelable

    describeContents, writeToParcel

    Methods inherited from interface com.microblink.blinkid.view.recognition.ScanResultListener

    onScanningDone, onUnrecoverableError