com.google.android.gms.drive.events.ResourceEvent |
Known Indirect Subclasses
|
Class Overview
Base interface for DriveEvent
types related to a specific resource.
Summary
[Expand]
Inherited Constants |
From interface
android.os.Parcelable
int |
CONTENTS_FILE_DESCRIPTOR |
|
int |
PARCELABLE_WRITE_RETURN_VALUE |
|
|
Public Methods |
abstract
DriveId
|
getDriveId()
Returns the id of the Drive resource that triggered the event.
|
[Expand]
Inherited Methods |
From interface
android.os.Parcelable
abstract
int
|
describeContents()
|
abstract
void
|
writeToParcel(Parcel arg0, int arg1)
|
|
Public Methods
public
abstract
DriveId
getDriveId
()
Returns the id of the Drive resource that triggered the event.