Cloudike Android Libraries
Toggle table of contents
6.0.0
androidJvm
Target filter
androidJvm
Switch theme
Search in API
Skip to content
Cloudike Android Libraries
Core Library
/
com.cloudike.sdk.core.downloader
/
DownloadStatus
/
DownloadStatus
Download
Status
constructor
(
nonCriticalFactors
:
Set
<
DownloadFactor
>
,
criticalFactors
:
Set
<
DownloadFactor
>
,
activeWorkerCount
:
Int
,
inQueueFilesCount
:
Int
,
inDownloadFilesCount
:
Int
,
downloadedFilesCount
:
Int
)