firebase::dynamic_links::AndroidParameters

#include <components.h>

Android Parameters.

Summary

Note that the strings used by the struct are not copied, as so must either be statically allocated, or must persist in memory until the DynamicLinkComponents that uses them goes out of scope.

Constructors and Destructors

AndroidParameters(const char *package_name_)
Constructs a set of Android parameters with the given package name.
AndroidParameters()
Constructs an empty set of Android parameters.

Public attributes

fallback_url
const char *
The link to open when the app isn't installed.
minimum_version
int
The versionCode of the minimum version of your app that can open the link.
package_name
const char *
The package name of the Android app to use to open the link.

Public attributes

Public functions