DownloadQueueWrapper

@Serializable
data class DownloadQueueWrapper(val resumePackage: DownloadObjects.DownloadResumePackage?, val downloadItem: DownloadObjects.DownloadQueueItem?)(source)

An item can either be something to resume or something new to start

Constructors

Link copied to clipboard

Properties

Link copied to clipboard
@SerialName(value = "downloadItem")
val downloadItem: DownloadObjects.DownloadQueueItem?
Link copied to clipboard
@SerialName(value = "id")
val id: Int
Link copied to clipboard
@SerialName(value = "parentId")
val parentId: Int
Link copied to clipboard
@SerialName(value = "resumePackage")
val resumePackage: DownloadObjects.DownloadResumePackage?

Functions

Link copied to clipboard

Loop through the current download instances to see if it is currently downloading. Also includes link loading.