public class

ImageCapture.OutputFileResults

extends java.lang.Object

 java.lang.Object

↳androidx.camera.core.ImageCapture.OutputFileResults

Overview

Info about the saved image file.

Summary

Methods
public UrigetSavedUri()

Returns the of the saved file.

from java.lang.Objectclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait

Methods

public Uri getSavedUri()

Returns the of the saved file.

Returns null if the ImageCapture.OutputFileOptions is constructed with #Builder(OutputStream).