An event delivered after the client requests
a completion notification usingsetNotifyOnCompletion(boolean)and that action has either succeeded or
failed on the server.
Base interface forDriveEventtypes related to a specific resource.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2024-10-31 UTC."],[],["`ResourceEvent` is a base interface for `DriveEvent` types, concerning a specific resource. It has two known subclasses: `ChangeEvent`, which signals changes to a `DriveResource`'s `DriveContents` or `Metadata`, and `CompletionEvent`, triggered after a completion notification request succeeds or fails. `ResourceEvent` includes the method `getDriveId()`, which returns the `DriveId` of the resource that caused the event. It also uses constants such as `CONTENTS_FILE_DESCRIPTOR` and `PARCELABLE_WRITE_RETURN_VALUE`.\n"]]