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. |
|
[Expand]
Inherited Constants |
From interface
android.os.Parcelable
| int |
CONTENTS_FILE_DESCRIPTOR |
|
| int |
PARCELABLE_WRITE_RETURN_VALUE |
|
|
From interface
com.google.android.gms.common.internal.safeparcel.SafeParcelable
|
|
[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)
|
|
From interface
android.os.Parcelable
|
abstract
int
|
describeContents()
|
|
abstract
void
|
writeToParcel(Parcel arg0, int arg1)
|
|
Fields
public
static
final
SnapshotMetadataChangeCreator
CREATOR
Sentinel object to use to commit a change without modifying the metadata.
Public Methods
public
int
describeContents
()
public
Bitmap
getCoverImage
()
Returns
- The new cover image to set for the snapshot.
public
String
getDescription
()
Returns
- The new description to set for the snapshot.
public
Long
getPlayedTimeMillis
()
Returns
- The new played time to set for the snapshot.
public
void
writeToParcel
(Parcel out, int flags)