public class DownloadProgressInfo extends Object implements android.os.Parcelable
IDownloaderClient interface, you'll
receive a DownloadProgressInfo object in each call to the IDownloaderClient.onDownloadProgress(com.google.android.vending.expansion.downloader.DownloadProgressInfo) method. This allows you to update
your activity's UI with information about the download progress, such
as the progress so far, time remaining and current speed.| Modifier and Type | Field and Description |
|---|---|
static android.os.Parcelable.Creator<DownloadProgressInfo> |
CREATOR |
float |
mCurrentSpeed |
long |
mOverallProgress |
long |
mOverallTotal |
long |
mTimeRemaining |
| Constructor and Description |
|---|
DownloadProgressInfo(long overallTotal,
long overallProgress,
long timeRemaining,
float currentSpeed) |
DownloadProgressInfo(android.os.Parcel p) |
public long mOverallTotal
public long mOverallProgress
public long mTimeRemaining
public float mCurrentSpeed
public static final android.os.Parcelable.Creator<DownloadProgressInfo> CREATOR
Copyright © 2012–2014 simpligility technologies inc.. All rights reserved.