on Download Progress
abstract fun onDownloadProgress(station: Station, totalDownloads: Int, pendingDownloads: Int, interruptedDownloads: Int)
Content copied to clipboard
This method is called initially to indicate that file downloading has begun, and then subsequently to indicate file download progress. The final call to this method will have pendingDownloads
set to 0.
Parameters
station
Station that is being downloaded
total Downloads
Total no of files to be downloaded
pending Downloads
Number of downloads still pending
interrupted Downloads
Number of downloads that failed to complete