-
public interface IImageCapture.OnImageCaptureCallbackListener containing callbacks for image file I/O events.
-
-
Method Summary
Modifier and Type Method Description abstract voidonImageSaved(@NonNull() IImageCapture.OutputFileResults outputFileResults)Called when an image has been successfully saved. abstract voidonError(int imageCaptureError, @NonNull() String message, @Nullable() Throwable cause)Called when an error occurs while attempting to save an image. -
-
Method Detail
-
onImageSaved
abstract void onImageSaved(@NonNull() IImageCapture.OutputFileResults outputFileResults)
Called when an image has been successfully saved.
-
-
-
-