Android APIs
public static interface

CloudSaveManager.DeleteResult

implements Result
com.google.android.gms.cloudsave.CloudSaveManager.DeleteResult

Class Overview

Result of a delete request using delete(GoogleApiClient, Query).

Summary

Public Methods
abstract List<Entity.Key> getEntityKeyList()
The list of entity key returned as a result.
[Expand]
Inherited Methods
From interface com.google.android.gms.common.api.Result

Public Methods

public abstract List<Entity.Key> getEntityKeyList ()

The list of entity key returned as a result.