java.lang.Object |
↳ |
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
[Expand]
Inherited Methods |
From class
java.lang.Object
Object
|
clone()
|
boolean
|
equals(Object arg0)
|
void
|
finalize()
|
final
Class<?>
|
getClass()
|
int
|
hashCode()
|
final
void
|
notify()
|
final
void
|
notifyAll()
|
String
|
toString()
|
final
void
|
wait()
|
final
void
|
wait(long arg0, int arg1)
|
final
void
|
wait(long arg0)
|
|
Fields
Sentinel object to use to commit a change without modifying the metadata.
Protected Constructors
protected
SnapshotMetadataChange
()
Public Methods
public
abstract
Bitmap
getCoverImage
()
Returns
- The new cover image to set for the snapshot.
public
abstract
String
getDescription
()
Returns
- The new description to set for the snapshot.
public
abstract
Long
getPlayedTimeMillis
()
Returns
- The new played time to set for the snapshot.