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

StartActivityIntent

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

A starting intent specified by an action, uri, and categories.

interface StartActivityIntent {
action?: string;
categories?: string[];
uri?: string;
}

§Properties

§
action?: string
[src]

Action name. Required for START_ACTIVITY.

§
categories?: string[]
[src]

Intent categories to set on the intent.

§
uri?: string
[src]

URI for the action.