Snapshot

public interfaceSnapshotimplementsFreezable<Snapshot> Parcelable
Known Indirect Subclasses

Data interface for a representation of a saved game. This includes both the metadata and the actual game content.

Inherited Constant Summary

Public Method Summary

abstractSnapshotMetadata
getMetadata()
Retrieves the metadata for this snapshot.
abstractSnapshotContents
getSnapshotContents()
Retrieve the SnapshotContentsassociated with this snapshot.

Inherited Method Summary

Public Methods

public abstractSnapshotMetadata getMetadata()

Retrieves the metadata for this snapshot.

Returns

public abstractSnapshotContents getSnapshotContents()

Retrieve theSnapshotContents associated with this snapshot. This object can be used to update the data of a snapshot. Note that this will return null if this snapshot was not obtained via SnapshotsClient.open(SnapshotMetadata).

Returns