Hi there! Are you looking for the official Deno documentation? Try docs.deno.com for all your Deno learning needs.

ApplicationEvent

import type { ApplicationEvent } from "https://googleapis.deno.dev/v1/androidmanagement:v1.ts";

An app-related event.

interface ApplicationEvent {
createTime?: Date;
eventType?:
| "APPLICATION_EVENT_TYPE_UNSPECIFIED"
| "INSTALLED"
| "CHANGED"
| "DATA_CLEARED"
| "REMOVED"
| "REPLACED"
| "RESTARTED"
| "PINNED"
| "UNPINNED";
}

§Properties

§
createTime?: Date
[src]

The creation time of the event.

§
eventType?: "APPLICATION_EVENT_TYPE_UNSPECIFIED" | "INSTALLED" | "CHANGED" | "DATA_CLEARED" | "REMOVED" | "REPLACED" | "RESTARTED" | "PINNED" | "UNPINNED"
[src]

App event type.