Page Summary
-
The
Snapshots.DeleteSnapshotResultinterface is deprecated. -
The snapshot ID is returned directly in the
SnapshotsClient. -
This interface represents the result when a snapshot has been deleted.
-
The method
getSnapshotId()returns the ID of the deleted snapshot.
This interface is deprecated.
snapshotId is returned directly in the SnapshotsClient.
Result delivered when a snapshot has been deleted.
Possible status codes include:
GamesStatusCodes.STATUS_OKif data was successfully committed.GamesStatusCodes.STATUS_SNAPSHOT_NOT_FOUNDif the snapshot could not be found on the server.GamesStatusCodes.STATUS_CLIENT_RECONNECT_REQUIREDif the client needs to reconnect to the service to perform this operation.GamesStatusCodes.STATUS_INTERNAL_ERRORif an unexpected error occurred in the service.
Public Method Summary
| abstract String |
getSnapshotId()
Returns the ID of the snapshot that was deleted.
|
Inherited Method Summary
Public Methods
public abstract String getSnapshotId ()
Returns the ID of the snapshot that was deleted. This may be null if the operation did not complete.