playgameservices / android-basic-samples

Google Play game services - Android samples
Apache License 2.0
972 stars 970 forks source link

amount of snapshots #173

Closed otez-jedi closed 9 years ago

otez-jedi commented 9 years ago

is there a way to know the amount of snapshots before calling the 'select snapshot' intent?

claywilkinson commented 9 years ago

You can call [Games.Snapshots.load()](https://developers.google.com/android/reference/com/google/android/gms/games/snapshot/Snapshots.html#load%28com.google.android.gms.common.api.GoogleApiClient, boolean%29). This will return all the metadata for the saved games.

otez-jedi commented 9 years ago

thanks! that worked