SaveSettings

abstract class SaveSettings constructor(parcel: <ERROR CLASS>?) : ImglySettings

Types

Companion
Link copied to clipboard
object Companion
Event
Link copied to clipboard
object Event

Functions

equals
Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
hashCode
Link copied to clipboard
open override fun hashCode(): Int
hasNonDefaults
Link copied to clipboard
open override fun hasNonDefaults(): Boolean
onCreate
Link copied to clipboard
open override fun onCreate()
setOutputToGallery
Link copied to clipboard

Creates a uri to save the export output in the corresponding gallery.

fun setOutputToGallery(folder: String, name: String?)
setOutputToTemp
Link copied to clipboard

Creates a temporary file to save the export output.

fun setOutputToTemp()
setOutputToUri
Link copied to clipboard

Sets the output uri to a custom one which is used to save the export output.

fun setOutputToUri(outputUri: <ERROR CLASS>)
toString
Link copied to clipboard
open override fun toString(): String
writeToParcel
Link copied to clipboard
open override fun writeToParcel(dest: <ERROR CLASS>, flags: Int)

Properties

exportFormat
Link copied to clipboard

The export format of the result.

var exportFormat: ExportFormat
hasRevertibleValues
Link copied to clipboard
override var hasRevertibleValues: Boolean
outputFolder
Link copied to clipboard
var outputFolder: String?
outputMode
Link copied to clipboard
var outputMode: OutputMode
outputName
Link copied to clipboard
var outputName: String?
outputType
Link copied to clipboard
val outputType: OutputType
outputUri
Link copied to clipboard
var outputUri: <ERROR CLASS>?
parcelCache
Link copied to clipboard
override var parcelCache: <ERROR CLASS>
values
Link copied to clipboard
override var values: <ERROR CLASS><ImglySettings.Value<*>>

Inheritors

PhotoEditorSaveSettings
Link copied to clipboard