Firebase. DynamicLinks. AndroidParameters
Android Parameters.
Summary
Constructors and Destructors |
|
---|---|
AndroidParameters(string packageName)
Creates an Android Parameters object with the given package name.
|
Properties |
|
---|---|
FallbackUrl
|
System.Uri
The link to open when the app isn't installed.
|
MinimumVersion
|
int
The versionCode of the minimum version of your app that can open the link.
|
PackageName
|
string
The package name of the Android app to use to open the link.
|
Properties
FallbackUrl
System.Uri FallbackUrl
The link to open when the app isn't installed.
Specify this to do something other than install your app from the Play 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.
MinimumVersion
int MinimumVersion
The versionCode of the minimum version of your app that can open the link.
PackageName
string PackageName
The package name of the Android app to use to open the link.
The app must be connected to your project from the Overview page of the Firebase console.
Public functions
AndroidParameters
AndroidParameters( string packageName )
Creates an Android Parameters object with the given package name.
Details | |||
---|---|---|---|
Parameters |
|