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

GetIosReopenAttributionRequest

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

Request for iSDK to get reopen attribution for app universal link open deeplinking. This endpoint is meant for only iOS requests.

interface GetIosReopenAttributionRequest {
bundleId?: string;
requestedLink?: string;
sdkVersion?: string;
}

§Properties

§
bundleId?: string
[src]

APP bundle ID.

§
sdkVersion?: string
[src]

Google SDK version. Version takes the form "$major.$minor.$patch"