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

IntentFilter

import type { IntentFilter } from "https://googleapis.deno.dev/v1/testing:v1.ts";
interface IntentFilter {
actionNames?: string[];
categoryNames?: string[];
mimeType?: string;
}

§Properties

§
actionNames?: string[]
[src]

The android:name value of the tag.

§
categoryNames?: string[]
[src]

The android:name value of the tag.

§
mimeType?: string
[src]

The android:mimeType value of the tag.