Cloudstream
Toggle table of contents
jvm
Target filter
jvm
Switch theme
Search in API
Skip to content
Cloudstream
App
/
com.lagradost.cloudstream3.utils
/
VideoDownloadManager
/
DownloadResumePackage
Download
Resume
Package
data
class
DownloadResumePackage
(
val
item
:
VideoDownloadManager.DownloadItem
,
val
linkIndex
:
Int
?
)
(
source
)
Members
Constructors
Download
Resume
Package
Link copied to clipboard
constructor
(
item
:
VideoDownloadManager.DownloadItem
,
linkIndex
:
Int
?
)
Properties
item
Link copied to clipboard
val
item
:
VideoDownloadManager.DownloadItem
link
Index
Link copied to clipboard
val
linkIndex
:
Int
?