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

AppLinkData

import type { AppLinkData } from "https://googleapis.deno.dev/v1/walletobjects:v1.ts";
interface AppLinkData {
androidAppLinkInfo?: AppLinkDataAppLinkInfo;
iosAppLinkInfo?: AppLinkDataAppLinkInfo;
webAppLinkInfo?: AppLinkDataAppLinkInfo;
}

§Properties

§
androidAppLinkInfo?: AppLinkDataAppLinkInfo
[src]

Optional information about the partner app link.

§

Deprecated. Links to open iOS apps are not supported.

§

Optional information about the partner web link.