| com.google.android.gms.cloudsave.CloudSaveManager.SaveResult.SaveEntityResult |
Result of a saving a single entity.
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Returns the latest view of the Entity in database.
| |||||||||||
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From interface
com.google.android.gms.common.api.Result
| |||||||||||
Returns the latest view of the Entity in database. If the save was successful then this value represents the Entity that was just saved. In case the status code returned was DIRTY_READ_ERROR then it returns the latest version of the Entity in the database.