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

AndroidInfo

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

Android related attributes to the Dynamic Link.

interface AndroidInfo {
androidFallbackLink?: string;
androidLink?: string;
androidMinPackageVersionCode?: string;
androidPackageName?: string;
}

§Properties

§
androidMinPackageVersionCode?: string
[src]

Minimum version code for the Android app. If the installed app’s version code is lower, then the user is taken to the Play Store.

§
androidPackageName?: string
[src]

Android package name of the app.