Package com.microblink.image
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. UnlikeDebugImageCallback
, this one supports being transferred viaIntent
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.
-
-
Method Summary
-
Methods inherited from interface com.microblink.metadata.image.DebugImageCallback
onImageAvailable
-
-