kotlin / com.liulishuo.okdownload.kotlin.listener / onRetry

onRetry

typealias onRetry = (task: DownloadTask, cause: ResumeFailedCause) -> Unit

Correspond to com.liulishuo.okdownload.core.listener.DownloadListener1.retry.