Package 

Interface IImageCapture.OnImageCaptureCallback

    • Method Summary

      Modifier and Type Method Description
      abstract void onImageSaved(@NonNull() IImageCapture.OutputFileResults outputFileResults) Called when an image has been successfully saved.
      abstract void onError(int imageCaptureError, @NonNull() String message, @Nullable() Throwable cause) Called when an error occurs while attempting to save an image.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Method Detail

      • onError

         abstract void onError(int imageCaptureError, @NonNull() String message, @Nullable() Throwable cause)

        Called when an error occurs while attempting to save an image.