DriveApi.DriveContentsResult

public static interface DriveApi.DriveContentsResult implements Result

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 null if the status is not success.