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

IosInfo

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

iOS related attributes to the Dynamic Link..

interface IosInfo {
iosAppStoreId?: string;
iosBundleId?: string;
iosCustomScheme?: string;
iosFallbackLink?: string;
iosIpadBundleId?: string;
iosIpadFallbackLink?: string;
iosMinimumVersion?: string;
}

§Properties

§
iosAppStoreId?: string
[src]

iOS App Store ID.

§
iosBundleId?: string
[src]

iOS bundle ID of the app.

§
iosCustomScheme?: string
[src]

Custom (destination) scheme to use for iOS. By default, we’ll use the bundle ID as the custom scheme. Developer can override this behavior using this param.

§
iosIpadBundleId?: string
[src]

iPad bundle ID of the app.

§
iosMinimumVersion?: string
[src]

iOS minimum version.