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
AppStoreId
string AppStoreId
The App Store ID, used to send users to the App Store when the app isn't installed.
BundleId
string BundleId
The parameters ID of the iOS app to use to open the link.
The app must be connected to your project from the Overview page of the Firebase console.
CustomScheme
string CustomScheme
The app's custom URL scheme, if defined to be something other than your app's parameters ID.
FallbackUrl
System.Uri FallbackUrl
The link to open on iOS if the app is not installed.
Specify this to do something other than install your app from the App Store when the app isn't installed, such as open the mobile web version of the content, or display a promotional page for your app.
IPadBundleId
string IPadBundleId
The iPad parameters ID of the app.
IPadFallbackUrl
System.Uri IPadFallbackUrl
The link to open on iPad if the app is not installed.
Overrides fallback_url when on iPad.
MinimumVersion
string MinimumVersion
The minimum version of your app that can open the link.
Public functions
IOSParameters
IOSParameters( string bundleId )
Constructs an IOS Parameters object with the given bundle id.
Details | |||
---|---|---|---|
Parameters |
|