public static interface

Snapshots.DeleteSnapshotResult

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

Class Overview

Result delivered when a snapshot has been deleted.

Possible status codes include:

Summary

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

Public Methods

public abstract String getSnapshotId ()

Returns
String The ID of the snapshot that was deleted. This may be null if the operation did not complete.