public static interface

Snapshots.CommitSnapshotResult

implements Result
com.google.android.gms.games.snapshot.Snapshots.CommitSnapshotResult

Class Overview

Result delivered when a snapshot has been committed. At this point, the snapshot's data may no longer be modified without being re-opened first.

Possible status codes include:

Summary

Public Methods
abstract SnapshotMetadata getSnapshotMetadata()
[Expand]
Inherited Methods
From interface com.google.android.gms.common.api.Result

Public Methods

public abstract SnapshotMetadata getSnapshotMetadata ()

Returns
  • The metadata for the snapshot that was committed. Note that the original Snapshot may no longer be used to write data.