Interface DebugImageListener

All Superinterfaces:
DebugImageCallback, android.os.Parcelable

public interface DebugImageListener extends DebugImageCallback, android.os.Parcelable
Callback that will be invoked when recognition process wishes to display an image. Unlike DebugImageCallback, this one supports being transferred via Intent

NOTE: After being de-parcelled, the instance of this interface's implementation lives in the context of activity that performed deparcelization - it is NOT the same instance as the original object that you sent.

  • 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 com.microblink.blinkid.metadata.image.DebugImageCallback

    onImageAvailable

    Methods inherited from interface android.os.Parcelable

    describeContents, writeToParcel