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

Public functions