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. |
System.UriFallbackUrl
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.
intMinimumVersion
The versionCode of the minimum version of your app that can open the link.
stringPackageName
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.
AndroidParameters(stringpackageName)
Creates an Android Parameters object with the given package name.
Details | |||
---|---|---|---|
Parameters |
|
Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2022-07-27 UTC.