AI-generated Key Takeaways
-
The content contains data classes for snapshot functionality.
-
The
Snapshot
interface represents a saved game. -
The
SnapshotContents
interface represents the contents of a snapshot. -
The
SnapshotMetadata
interface represents the metadata of a saved game. -
The
SnapshotMetadataChange
interface represents changes to apply to snapshot metadata.
Contains data classes for snapshot functionality.
Interfaces
Snapshot | Data interface for a representation of a saved game. |
SnapshotContents | Data interface for a representation of
Snapshot
contents. |
SnapshotMetadata | Data interface for the metadata of a saved game. |
SnapshotMetadataChange | A collection of changes to apply to the metadata of a snapshot. |
Classes
SnapshotEntity | Data object representing the data for a saved game. |
SnapshotMetadataBuffer | Data structure providing access to a list of snapshots. |
SnapshotMetadataChange.Builder | Builder for SnapshotMetadataChange
objects. |
SnapshotMetadataEntity | Data object representing the metadata for a saved game. |