AI-generated Key Takeaways
-
This package contains data classes and interfaces for managing game snapshots, including functionalities for accessing, modifying, and representing saved game data.
-
Key interfaces include
Snapshot
,SnapshotContents
,SnapshotMetadata
, andSnapshotMetadataChange
for interacting with different aspects of saved games. -
Important classes such as
SnapshotEntity
,SnapshotMetadataBuffer
,SnapshotMetadataChange.Builder
, andSnapshotMetadataEntity
provide concrete implementations for data handling.
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. |