Status

sealed class Status

Represents the status of the download.

Since

200.6.0

Inheritors

Types

Link copied to clipboard

The download is in progress.

Link copied to clipboard
data class Failed(val error: Throwable) : FileDownloadTask.Status

The download has failed.

Link copied to clipboard

The download has not started.

Link copied to clipboard

The download has been paused.

Link copied to clipboard

The download has completed successfully.