ForceDownload

data class ForceDownload(val fileName: String? = null)(source)

Forces a download for a storage url with an optional fileName

Parameters

fileName

Set this parameter as the name of the file if you want to trigger the download with a different filename.

Constructors

Link copied to clipboard
constructor(fileName: String? = null)

Properties

Link copied to clipboard