google_api_firebase_dynamic_links v0.0.1 GoogleApi.FirebaseDynamicLinks.V1.Model.AndroidInfo View Source
Android related attributes to the Dynamic Link.
Attributes
- androidFallbackLink (String): Link to open on Android if the app is not installed. Defaults to:
null. - androidLink (String): If specified, this overrides the ‘link’ parameter on Android. Defaults to:
null. - androidMinPackageVersionCode (String): Minimum version code for the Android app. If the installed app’s version code is lower, then the user is taken to the Play Store. Defaults to:
null. - androidPackageName (String): Android package name of the app. Defaults to:
null.