OutputResults
@AutoValue
public abstract class OutputResults
Class to provide the information of the output.
Summary
Public constructors |
|---|
Public constructors
Public methods
getOutputUri
Added in 1.1.0
public abstract @NonNull Uri getOutputUri()
Gets the Uri of the output.
Returns the actual Uri of the output destination if the OutputOptions is implemented by MediaStoreOutputOptions or FileOutputOptions, otherwise returns EMPTY.