| com.google.android.gms.drive.DriveFile.DownloadProgressListener |
Summary
| Public Methods |
|
abstract
void
|
onProgress(long bytesDownloaded, long bytesExpected)
|
Public Methods
public
abstract
void
onProgress
(long bytesDownloaded, long bytesExpected)
Parameters
| bytesDownloaded
| the number of bytes downloaded so far. |
| bytesExpected
| the expected number of total bytes. This value is an estimate and
might not correspond to the contents eventually returned. Note: This value will be
-1 if the expected number of total bytes is unknown.
|