Download Info
public DownloadInfo DownloadInfo(String tag, String filePath, String url, Long length, Boolean isDownloading, Boolean isFinished, Long currentLength, Integer progress)
Parameters
tag
File unique identifier
file Path
File stream storage Path
url
Download URL
length
File size (bytes)
is Downloading
Whether positive In Download
is Finished
Whether Already Download completed
current Length
When before Already Download Size (bytes)
progress
When before Download progress (0-100)