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
/
DownloadState
/
Progress
Progress
data
class
Progress
(
val
progress
:
Float
)
:
DownloadState
Downloading status. This status means that the file is in the process of being download.
Members
Constructors
Progress
Link copied to clipboard
constructor
(
progress
:
Float
)
Properties
progress
Link copied to clipboard
val
progress
:
Float