a7ul / react-native-simple-download-manager

A react native module to schedule downloads on native download manager
https://www.npmjs.com/package/react-native-simple-download-manager
MIT License
36 stars 15 forks source link

How to Cancel a Download Proccess #5

Closed kamalmodaresi closed 6 years ago

kamalmodaresi commented 6 years ago

I don't know how to use cancel to cancel the download progress. is there any way to do that? how can i get the downloadId

a7ul commented 6 years ago

Hi @kamalmodaresi When you call queudownload. On the callback of the queudownload : you will get the download id , And using that downloadId you can cancel the download.