public interface SuccessfulImageListenerUIOptions
Modifier and Type | Method and Description |
---|---|
void |
setSuccessfulImageListener(SuccessfulImageListener successfulImageListener)
Sets implementation of
SuccessfulImageListener interface that will obtain images from the
successful scan. |
void setSuccessfulImageListener(@Nullable SuccessfulImageListener successfulImageListener)
SuccessfulImageListener
interface that will obtain images from the
successful scan. SuccessfulImageListener
will receive image when recognition process
has successfully scanned an item and has a successful scan image to return.successfulImageListener
- Implementation of image listener or null
to clear
listener that has been set previously.