coolerfall / Android-HttpDownloadManager

An useful and effective http/https download manager for Android, support breakpoint downloading.
https://ahdm.coolerfall.com
Apache License 2.0
206 stars 43 forks source link

Add onCancel to DownloadCallback #64

Closed tobiasrohloff closed 2 years ago

tobiasrohloff commented 6 years ago

It would be nice to have an onCancel method in DownloadCallback, to clean up when the download was canceled from outside. Like deleting the incomplete downloaded file.