Download Info
public DownloadInfo DownloadInfo(String tag, String filePath, String url, Long length, Boolean isDownloading, Boolean isFinished, Long currentLength, Integer progress)
Parameters
tag
unique identifier for the file
file Path
local file path where the download is stored
url
the download URL
length
total file size in bytes
is Downloading
whether the file is currently being downloaded
is Finished
whether the download has completed
current Length
number of bytes downloaded so far
progress
current download progress (0–100)