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
File Library
/
com.cloudike.sdk.files
/
FileItem
/
DownloadMeta
Download
Meta
data
class
DownloadMeta
(
val
mode
:
CacheMode
,
val
state
:
DownloadTaskState
,
val
progress
:
Int
,
val
filePath
:
String
?
)
:
Parcelable
Members
Constructors
Download
Meta
Link copied to clipboard
constructor
(
mode
:
CacheMode
,
state
:
DownloadTaskState
,
progress
:
Int
,
filePath
:
String
?
)
Properties
file
Path
Link copied to clipboard
val
filePath
:
String
?
mode
Link copied to clipboard
val
mode
:
CacheMode
progress
Link copied to clipboard
val
progress
:
Int
state
Link copied to clipboard
val
state
:
DownloadTaskState