typealias onProgress = (task: DownloadTask, currentOffset: Long, totalLength: Long) -> Unit
Correspond to com.liulishuo.okdownload.core.listener.DownloadListener1.progress.