DownloadProgress


@UnstableApi
class DownloadProgress


Mutable Download progress.

Summary

Public constructors

Public properties

volatile Long

The number of bytes that have been downloaded.

volatile Float

The percentage that has been downloaded, or PERCENTAGE_UNSET if unknown.

Public constructors

DownloadProgress

DownloadProgress()

Public properties

bytesDownloaded

volatile val bytesDownloadedLong

The number of bytes that have been downloaded.

percentDownloaded

volatile val percentDownloadedFloat

The percentage that has been downloaded, or PERCENTAGE_UNSET if unknown.