DownloadProgress


@UnstableApi
public class DownloadProgress


Mutable Download progress.

Summary

Public fields

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

Public fields

bytesDownloaded

volatile public long bytesDownloaded

The number of bytes that have been downloaded.

percentDownloaded

volatile public float percentDownloaded

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

Public constructors

DownloadProgress

public DownloadProgress()