DownloadStatus.DownloadInProgress

class DownloadStatus.DownloadInProgress : DownloadStatus


Represents when a download is actively in progress.

Summary

Public constructors

DownloadInProgress(totalBytesDownloaded: Long)

Public functions

open operator Boolean
equals(other: Any?)
open Int

Public properties

Long

Public constructors

DownloadInProgress

DownloadInProgress(totalBytesDownloaded: Long)

Public functions

equals

open operator fun equals(other: Any?): Boolean

hashCode

open fun hashCode(): Int

Public properties

totalBytesDownloaded

val totalBytesDownloadedLong