firebase::dynamic_links::IOSParameters

#include <components.h>

iOS 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

IOSParameters(const char *bundle_id_)
Constructs a set of IOS parameters with the given bundle id.
IOSParameters()
Constructs an empty set of IOS parameters.

Public attributes

app_store_id
const char *
The App Store ID, used to send users to the App Store when the app isn't installed.
bundle_id
const char *
The parameters ID of the iOS app to use to open the link.
custom_scheme
const char *
The app's custom URL scheme, if defined to be something other than your app's parameters ID.
fallback_url
const char *
The link to open on iOS if the app is not installed.
ipad_bundle_id
const char *
The iPad parameters ID of the app.
ipad_fallback_url
const char *
The link to open on iPad if the app is not installed.
minimum_version
const char *
The minimum version of your app that can open the link.

Public attributes

Public functions