public interface

ResourceEvent

implements DriveEvent
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
From interface com.google.android.gms.drive.events.DriveEvent
Public Methods
abstract DriveId getDriveId()
Returns the id of the Drive resource that triggered the event, or null if not resource-specific.
[Expand]
Inherited Methods
From interface android.os.Parcelable
From interface com.google.android.gms.drive.events.DriveEvent

Public Methods

public abstract DriveId getDriveId ()

Returns the id of the Drive resource that triggered the event, or null if not resource-specific.