Download
Constructors
Functions
Link copied to clipboard
fun downloadAutoName(folder: File, percentage: (percent: Long, speed: Float) -> Unit): DownloadAction
fun downloadAutoName(folder: Path, percentage: (percent: Long, speed: Float) -> Unit): DownloadAction
fun downloadAutoName(folder: File, percentage: (percent: Long, speed: Float) -> Unit, after: Runnable): DownloadAction
fun downloadAutoName(folder: Path, percentage: (percent: Long, speed: Float) -> Unit, after: Runnable): DownloadAction