DownloadOptionBuilder
class DownloadOptionBuilder(transform: ImageTransformation.() -> Unit = {}, httpRequestOverrides: MutableList<HttpRequestOverride> = mutableListOf()) : BucketUrlBuilder(source)
Builder for downloading files with additional options
Constructors
Link copied to clipboard
constructor(transform: ImageTransformation.() -> Unit = {}, httpRequestOverrides: MutableList<HttpRequestOverride> = mutableListOf())