How to get snapshot ID in Gogle Play Saved Games (I'm using the latest revision 27 of Google Play Services Library for Android)?
There is a method in com.google.android.gms.games.snapshot.Snapshots
:
public abstract PendingResult<Snapshots.OpenSnapshotResult> resolveConflict (GoogleApiClient apiClient, String conflictId, String snapshotId, SnapshotMetadataChange metadataChange, SnapshotContents snapshotContents)
I can't find methods like getID()
or getSnapshotID()
in Snapshot/SnapshotMetadata/OpenSnapshotResult
interfaces.
Documentation: https://developers.google.com/android/reference/com/google/android/gms/games/snapshot/Snapshots