firebase::dynamic_links::DynamicLinkComponents

#include <components.h>

The information needed to generate a Dynamic Link.

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 this struct goes out of scope.

Constructors and Destructors

DynamicLinkComponents()
Default constructor, initializes all fields to null.
DynamicLinkComponents(const char *link_, const char *domain_uri_prefix_)
Constructor that initializes with the given link and domain.

Public attributes

android_parameters
The Android parameters.
domain_uri_prefix
const char *
The domain (of the form "https://xyz.app.goo.gl") to use for this Dynamic Link.
google_analytics_parameters
The Google Analytics parameters.
ios_parameters
The iOS parameters.
itunes_connect_analytics_parameters
The iTunes Connect App Analytics parameters.
link
const char *
The link your app will open.
social_meta_tag_parameters
The social meta-tag parameters.

Public attributes

Public functions