firebase:: dynamic_links:: SocialMetaTagParameters
#include <components.h>
Social meta-tag 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 |
|
---|---|
SocialMetaTagParameters()
Constructs an empty set of Social meta-tag parameters.
|
Public attributes |
|
---|---|
description
|
const char *
The description to use when the Dynamic Link is shared in a social post.
|
image_url
|
const char *
The URL to an image related to this link.
|
title
|
const char *
The title to use when the Dynamic Link is shared in a social post.
|