OutputFileResults
class OutputFileResults
kotlin.Any | |
↳ | androidx.camera.core.ImageCapture.OutputFileResults |
Info about the saved image file.
Summary
Public methods | |
---|---|
open Uri? |
Returns the |
Public methods
getSavedUri
@Nullable open fun getSavedUri(): Uri?
Returns the Uri
of the saved file.
This field is only returned if the OutputFileOptions
is backed by MediaStore
constructed with #Builder(ContentResolver, Uri, ContentValues)
.