DriveApi.DriveIdResult

  • The DriveApi.DriveIdResult interface is deprecated.

  • The Google Drive Android API, which includes this interface, will be turned down on December 6, 2019.

  • Users should migrate to the REST API using the provided migration guide.

  • This interface provides a result that contains a DriveId.

  • It includes a getDriveId() method to retrieve the DriveId.

public static interface DriveApi.DriveIdResult 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 DriveId.

Public Method Summary

abstract DriveId

Inherited Method Summary

Public Methods

public abstract DriveId getDriveId ()