deleteDownload

open fun deleteDownload(requestSetKey: Long): Boolean

Cancels all the download requests in the specified set and removes the download request set.

Return

true if the request set was found and removed, otherwise false.

Parameters

requestSetKey

the unique identifier to the download request.


open fun deleteDownload(requestSet: DownloadRequestSet): Boolean

Cancels all the download requests in the specified set and removes the download request set.

Return

true if the request set was found and removed, otherwise false.

Parameters

requestSet

the request set to be cancelled.