resumeDownload

open fun resumeDownload(requestSet: DownloadRequestSet): DownloadStatus

Resumes download of the specified request set, if it is currently paused.

Return

the new status of download request set.

Parameters

requestSet

reference to the download request to be resumed.


open fun resumeDownload(requestSetKey: Long): DownloadStatus

Resumes download of the specified request set, if it is currently paused.

Return

the new status of download request set.

Parameters

requestSetKey

the unique identifier to the download request.