public class

ImageCapture.OutputFileResults

extends java.lang.Object

 java.lang.Object

↳androidx.camera.core.ImageCapture.OutputFileResults

Overview

Info about the saved image file.

Summary

Constructors
publicOutputFileResults(Uri savedUri)

Methods
public UrigetSavedUri()

Returns the of the saved file.

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

Constructors

public OutputFileResults(Uri savedUri)

Methods

public Uri getSavedUri()

Returns the of the saved file.

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