| com.google.android.gms.games.snapshot.Snapshot |
Known Indirect Subclasses
|
Data interface for a representation of a saved game. This includes both the metadata and the actual game content.
|
[Expand]
Inherited Constants | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From interface
android.os.Parcelable
| |||||||||||
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Retrieves the metadata for this snapshot.
| |||||||||||
Retrieve the
SnapshotContents associated with this snapshot. | |||||||||||
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From interface
com.google.android.gms.common.data.Freezable
| |||||||||||
From interface
android.os.Parcelable
| |||||||||||
Retrieves the metadata for this snapshot.
SnapshotMetadata associated with this snapshot.
Retrieve the SnapshotContents 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 open(GoogleApiClient, SnapshotMetadata).
SnapshotContents for this snapshot, or null if the snapshot is not
opened.