public static interface

DriveFile.DownloadProgressListener

com.google.android.gms.drive.DriveFile.DownloadProgressListener

Class Overview

Note: The Google Drive Android API is currently in developer preview. Applications compiled using this version of the API will continue to operate on devices using future versions of Google Play services; however, changes to the API are expected in future releases.

A listener that listens for progress events on an active contents download.

Summary

Public Methods
abstract void onProgress(long bytesDownloaded, long bytesExpected)

Public Methods

public abstract void onProgress (long bytesDownloaded, long bytesExpected)