Summary:
Methods
| Inherited Methods
ImageCapture.OutputFileResults
public
static
class
ImageCapture.OutputFileResults
extends Object
| java.lang.Object | |
| ↳ | androidx.camera.core.ImageCapture.OutputFileResults |
Info about the saved image file.
Summary
Public methods | |
|---|---|
Uri
|
getSavedUri()
Returns the |
Inherited methods | |
|---|---|
Public methods
getSavedUri
public Uri getSavedUri ()
Returns the Uri of the saved file.
This field is only returned if the ImageCapture.OutputFileOptions is backed by
MediaStore constructed with
#Builder(ContentResolver, Uri, ContentValues).
| Returns | |
|---|---|
Uri |
|