public interface

SnapshotMetadataChange

com.google.android.gms.games.snapshot.SnapshotMetadataChange

Class Overview

A collection of changes to apply to the metadata of a snapshot. Fields that are not set will retain their current values.

Summary

Nested Classes
class SnapshotMetadataChange.Builder Builder for SnapshotMetadataChange objects. 
Fields
public static final SnapshotMetadataChange EMPTY_CHANGE Sentinel object to use to commit a change without modifying the metadata.
Public Methods
abstract Bitmap getCoverImage()
abstract String getDescription()
abstract Long getPlayedTimeMillis()
abstract Long getProgressValue()

Fields

public static final SnapshotMetadataChange EMPTY_CHANGE

Sentinel object to use to commit a change without modifying the metadata.

Public Methods

public abstract Bitmap getCoverImage ()

Returns
Bitmap The new cover image to set for the snapshot.

public abstract String getDescription ()

Returns
String The new description to set for the snapshot.

public abstract Long getPlayedTimeMillis ()

Returns
Long The new played time to set for the snapshot.

public abstract Long getProgressValue ()

Returns
Long The new progress value to set for the snapshot.