Help developers solve problems
Learn more
| java.lang.Object | |
| ↳ | com.google.android.gms.drive.events.ChangeEvent |
Sent when a DriveResource has had a change to its DriveContents or
Metadata. Refer to DriveEvent for additional information about event listeners.
Refer to DriveEvent for general information about event listeners and
addChangeListener(GoogleApiClient, ChangeListener) for how to create them.
|
[Expand]
Inherited Constants | |||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
From interface
android.os.Parcelable
| |||||||||||||||||
From interface
com.google.android.gms.common.internal.safeparcel.SafeParcelable
| |||||||||||||||||
| Fields | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| CREATOR | |||||||||||
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Returns the id of the Drive resource that triggered the event.
| |||||||||||
Returns
true if the content has changed for this resource.
| |||||||||||
Returns
true if the metadata has changed for this resource.
| |||||||||||
|
[Expand]
Inherited Methods | |||||||||||||||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Object
| |||||||||||||||||||||||||||||||||
From interface
android.os.Parcelable
| |||||||||||||||||||||||||||||||||
From interface
com.google.android.gms.drive.events.ResourceEvent
| |||||||||||||||||||||||||||||||||
Returns true if the content has changed for this resource.
Returns true if the metadata has changed for this resource.