firebase:: dynamic_links:: GeneratedDynamicLink
#include <components.h>
The returned value from creating a Dynamic Link.
Summary
Public attributes |
|
---|---|
error
|
std::string
If non-empty, the cause of the Dynamic Link generation failure.
|
url
|
std::string
The Dynamic Link value.
|
warnings
|
std::vector< std::string >
Information about potential warnings on link creation.
|
Public attributes
error
std::string firebase::dynamic_links::GeneratedDynamicLink::error
If non-empty, the cause of the Dynamic Link generation failure.
url
std::string firebase::dynamic_links::GeneratedDynamicLink::url
The Dynamic Link value.
warnings
std::vector< std::string > firebase::dynamic_links::GeneratedDynamicLink::warnings
Information about potential warnings on link creation.
Usually presence of warnings means parameter format errors, parameter value errors, or missing parameters.