onDownloadProgress

abstract fun onDownloadProgress(station: Station, totalDownloads: Int, pendingDownloads: Int, interruptedDownloads: Int)

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

totalDownloads

Total no of files to be downloaded

pendingDownloads

Number of downloads still pending

interruptedDownloads

Number of downloads that failed to complete