Page Summary
-
The DriveApi.DriveContentsResult interface is deprecated and will be turned down on December 6, 2019.
-
You should migrate to the REST API as instructed in the provided migration guide.
-
This interface contains a method
getDriveContents()which returns a DriveContents object if the status is successful. -
This interface inherits the
getStatus()method from the Result interface.
This interface is deprecated.
The Google Drive Android API is deprecated and will be turned down on December 6, 2019.
See the migration guide for
instructions on migrating to the REST API.
Result that contains a DriveContents.
Public Method Summary
| abstract DriveContents |
Inherited Method Summary
Public Methods
public abstract DriveContents getDriveContents ()
Returns
- The DriveContents result, or
nullif the status is notsuccess.