DownloadInfo

public DownloadInfo DownloadInfo(String tag, String filePath, String url, Long length, Boolean isDownloading, Boolean isFinished, Long currentLength, Integer progress)

Parameters

tag

File unique identifier

filePath

File stream storage Path

url

Download URL

length

File size (bytes)

isDownloading

Whether positive In Download

isFinished

Whether Already Download completed

currentLength

When before Already Download Size (bytes)

progress

When before Download progress (0-100)