startDownload

abstract fun startDownload()

Starts downloading the item to an app-local location. If you want to specify the download location use the .startDownload method.

See also

.startDownload


abstract fun startDownload(savePath: String?)

Starts downloading the item to a given path.

Has no effect if called while the item is not in State READY_TO_DOWNLOAD.

Parameters

savePath

The path where the item will be downloaded to. If it's null or empty an app-local location will be used.

See also

.startDownload