tanoDxyz / GDownload

Light Weight, Fast 🚀 , Easy to Use, Reliable Download client for android.
Apache License 2.0
39 stars 2 forks source link

cancel single download #2

Closed freehussain closed 1 year ago

freehussain commented 1 year ago

hello,

i can't cancel single download file, can you please help

tanoDxyz commented 1 year ago

Hi there ! you can call

downloader.stopDownload {stopped,msg ->
            if(stopped) {
                //download stopped
            }else {
                // $msg indicates the reason
            }
        }

also if that is not the case. please provide some details. like logs, stack trace.

library logs every step of downloading. if something fails or not work as expected you can check the log cat too.