Cloudstream
Toggle table of contents
jvm
Target filter
jvm
Switch theme
Search in API
Skip to content
Cloudstream
App
/
com.lagradost.cloudstream3.ui.download.queue
/
DownloadQueueViewModel
Download
Queue
View
Model
class
DownloadQueueViewModel
:
ViewModel
(
source
)
Members
Constructors
Download
Queue
View
Model
Link copied to clipboard
constructor
(
)
Properties
child
Cards
Link copied to clipboard
val
childCards
:
LiveData
<
DownloadAdapterQueue
>
Functions
add
Closeable
Link copied to clipboard
open
fun
addCloseable
(
closeable
:
AutoCloseable
)
fun
addCloseable
(
key
:
String
,
closeable
:
AutoCloseable
)
get
Closeable
Link copied to clipboard
fun
<
T
:
AutoCloseable
>
getCloseable
(
key
:
String
)
:
T
?
on
Cleared
Link copied to clipboard
protected
open
fun
onCleared
(
)
update
Child
List
Link copied to clipboard
fun
updateChildList
(
downloads
:
DownloadAdapterQueue
)