toggle menu
Cloudstream
cloudstream
switch theme
search in API
Cloudstream
/
com.lagradost.cloudstream3.ui.download.button
/
DownloadMetadata
Download
Metadata
data
class
DownloadMetadata
(
var
id
:
Int
,
var
downloadedLength
:
Long
,
var
totalLength
:
Long
,
var
status
:
DownloadStatusTell
?
=
null
)
(
source
)
Members
Constructors
Download
Metadata
Link copied to clipboard
constructor
(
id
:
Int
,
downloadedLength
:
Long
,
totalLength
:
Long
,
status
:
DownloadStatusTell
?
=
null
)
Properties
downloaded
Length
Link copied to clipboard
var
downloadedLength
:
Long
id
Link copied to clipboard
var
id
:
Int
progress
Percentage
Link copied to clipboard
val
progressPercentage
:
Long
status
Link copied to clipboard
var
status
:
DownloadStatusTell
?
total
Length
Link copied to clipboard
var
totalLength
:
Long