public static interface

Snapshots.LoadSnapshotsResult

implements Releasable Result
com.google.android.gms.games.snapshot.Snapshots.LoadSnapshotsResult

Class Overview

Result delivered when snapshot data has been loaded.

Possible status codes include:

Summary

Public Methods
abstract SnapshotMetadataBuffer getSnapshots()
[Expand]
Inherited Methods
From interface com.google.android.gms.common.api.Releasable
From interface com.google.android.gms.common.api.Result

Public Methods

public abstract SnapshotMetadataBuffer getSnapshots ()

Returns
  • The snapshot data that was requested. This is guaranteed to be non-null, though it may be empty. The listener must close this object when finished.