java.lang.Object | |
↳ | com.google.android.gms.drive.events.ChangeEvent |
Sent when a DriveResource
has had a change to its Contents
or Metadata
.
Refer to DriveEvent
for additional information about event listeners.
Refer to DriveEvent
for general information about event listeners and
addChangeListener(GoogleApiClient, DriveEvent.Listener
for how to create them.
[Expand]
Inherited Constants | |||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
![]()
| |||||||||||||||||
![]()
|
Fields | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
CREATOR |
Public Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
Returns the
DriveId of the resource that has changed. | |||||||||||
Returns the type of an event.
| |||||||||||
Returns
true if the content has changed for this resource. | |||||||||||
Returns
true if the metadata has changed for this resource. | |||||||||||
[Expand]
Inherited Methods | |||||||||||||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
![]() | |||||||||||||||||||||||||||||||||
![]() | |||||||||||||||||||||||||||||||||
![]()
| |||||||||||||||||||||||||||||||||
![]()
|
Returns the type of an event. See the TYPE_*
constants for possible values.
Returns true
if the content has changed for this resource.
Returns true
if the metadata has changed for this resource.