com.google.android.gms.games.snapshot.Snapshots.DeleteSnapshotResult |
This interface is deprecated.
snapshotId
is returned directly in the SnapshotsClient
.
Result delivered when a snapshot has been deleted.
Possible status codes include:
STATUS_OK
if data was successfully
committed.
STATUS_SNAPSHOT_NOT_FOUND
if the
snapshot could not be found on the server.
STATUS_CLIENT_RECONNECT_REQUIRED
if
the client needs to reconnect to the service to perform this operation.
STATUS_INTERNAL_ERROR
if an
unexpected error occurred in the service.
Public Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
[Expand]
Inherited Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
![]() |
Returns | |
---|---|
String |
The ID of the snapshot that was deleted. This may be null if the operation did not complete. |