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

DynamicLinkInfo

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

Information about a Dynamic Link.

interface DynamicLinkInfo {
analyticsInfo?: AnalyticsInfo;
androidInfo?: AndroidInfo;
desktopInfo?: DesktopInfo;
domainUriPrefix?: string;
dynamicLinkDomain?: string;
iosInfo?: IosInfo;
link?: string;
navigationInfo?: NavigationInfo;
socialMetaTagInfo?: SocialMetaTagInfo;
}

§Properties

§
analyticsInfo?: AnalyticsInfo
[src]

Parameters used for tracking. See all tracking parameters in the documentation.

§
androidInfo?: AndroidInfo
[src]

Android related information. See Android related parameters in the documentation.

§
desktopInfo?: DesktopInfo
[src]

Desktop related information. See desktop related parameters in the documentation.

§
domainUriPrefix?: string
[src]

E.g. https://maps.app.goo.gl, https://maps.page.link, https://g.co/maps More examples can be found in description of getNormalizedUriPrefix in j/c/g/firebase/dynamiclinks/uri/DdlDomain.java Will fallback to dynamic_link_domain is this field is missing

§
dynamicLinkDomain?: string
[src]

Dynamic Links domain that the project owns, e.g. abcd.app.goo.gl Learn more on how to set up Dynamic Link domain associated with your Firebase project. Required if missing domain_uri_prefix.

§
iosInfo?: IosInfo
[src]

iOS related information. See iOS related parameters in the documentation.

§
socialMetaTagInfo?: SocialMetaTagInfo
[src]

Parameters for social meta tag params. Used to set meta tag data for link previews on social sites.