java.lang.Object | |
↳ | com.google.android.gms.drive.events.OpenFileCallback |
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)
.
Public Constructors | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
Public Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
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.
|
[Expand]
Inherited Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
![]() |
Called when the file is downloaded.
Parameters | |
---|---|
contents |
DriveContents |
Called when there is an error opening the file.
Parameters | |
---|---|
exception |
Exception |
Called while the file is being downloaded to report download progress.
Parameters | |
---|---|
bytesDownloaded |
long |
bytesExpected |
long |