ImageCapture.OutputFileResults


class ImageCapture.OutputFileResults


Info about the saved image file.

Summary

Public functions

Int

Returns the ImageFormat of the saved file.

Uri?

Returns the Uri of the saved file.

Public functions

getImageFormat

Added in 1.5.0-alpha03
fun getImageFormat(): Int

Returns the ImageFormat of the saved file.

getSavedUri

Added in 1.0.0
fun getSavedUri(): Uri?

Returns the Uri of the saved file.

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