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

MobileApp

import type { MobileApp } from "https://googleapis.deno.dev/v1/dfareporting:v4.ts";

Contains information about a mobile app. Used as a landing page deep link.

interface MobileApp {
directory?:
| "UNKNOWN"
| "APPLE_APP_STORE"
| "GOOGLE_PLAY_STORE"
| "ROKU_APP_STORE"
| "AMAZON_FIRETV_APP_STORE"
| "PLAYSTATION_APP_STORE"
| "APPLE_TV_APP_STORE"
| "XBOX_APP_STORE"
| "SAMSUNG_TV_APP_STORE"
| "ANDROID_TV_APP_STORE"
| "GENERIC_CTV_APP_STORE";
id?: string;
kind?: string;
publisherName?: string;
title?: string;
}

§Properties

§
directory?: "UNKNOWN" | "APPLE_APP_STORE" | "GOOGLE_PLAY_STORE" | "ROKU_APP_STORE" | "AMAZON_FIRETV_APP_STORE" | "PLAYSTATION_APP_STORE" | "APPLE_TV_APP_STORE" | "XBOX_APP_STORE" | "SAMSUNG_TV_APP_STORE" | "ANDROID_TV_APP_STORE" | "GENERIC_CTV_APP_STORE"
[src]

Mobile app directory.

§
id?: string
[src]

ID of this mobile app.

§
kind?: string
[src]

Identifies what kind of resource this is. Value: the fixed string "dfareporting#mobileApp".

§
publisherName?: string
[src]

Publisher name.

§
title?: string
[src]

Title of this mobile app.