Firebase.DynamicLinks.IOSParameters

iOS Parameters.

Summary

Constructors and Destructors

IOSParameters(string bundleId)
Constructs an IOS Parameters object with the given bundle id.

Properties

AppStoreId
string
The App Store ID, used to send users to the App Store when the app isn't installed.
BundleId
string
The parameters ID of the iOS app to use to open the link.
CustomScheme
string
The app's custom URL scheme, if defined to be something other than your app's parameters ID.
FallbackUrl
System.Uri
The link to open on iOS if the app is not installed.
IPadBundleId
string
The iPad parameters ID of the app.
IPadFallbackUrl
System.Uri
The link to open on iPad if the app is not installed.
MinimumVersion
string
The minimum version of your app that can open the link.

Properties

Public functions