Interface SuccessfulImageListenerUIOptions

All Known Implementing Classes:
FieldByFieldUISettings

public interface SuccessfulImageListenerUIOptions
  • Method Details

    • setSuccessfulImageListener

      void setSuccessfulImageListener(@Nullable SuccessfulImageListener successfulImageListener)
      Sets implementation of 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.
      Parameters:
      successfulImageListener - Implementation of image listener or null to clear listener that has been set previously.