EpisodeDownloadInstance

class EpisodeDownloadInstance(val context: Context, val downloadQueueWrapper: DownloadObjects.DownloadQueueWrapper)(source)

Constructors

Link copied to clipboard
constructor(context: Context, downloadQueueWrapper: DownloadObjects.DownloadQueueWrapper)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard

isCompleted just means the download should not be retried. It includes stopped by user AND completion of file download.

Link copied to clipboard

This failure can be both downloader and user initiated. Do not automatically retry in case of failure.

Functions

Link copied to clipboard

Cancels all active jobs and sets instance to failed.

Link copied to clipboard