A callback for progress events on an active file contents download. This listener can be
passed to
openFile(com.google.android.gms.drive.DriveFile, int, OpenFileCallback).
| abstract void | |
| abstract void | |
| abstract void |
onProgress(long bytesDownloaded, long bytesExpected)
Called while the file is being downloaded to report download progress.
|
Called when the file is downloaded.
Called when there is an error opening the file.
Called while the file is being downloaded to report download progress.