firebase:: dynamic_links:: DynamicLink
#include <dynamic_links.h>
The received Dynamic Link.
Summary
Public attributes |
|
---|---|
match_strength
|
The match strength of the dynamic link.
|
url
|
std::string
The URL that was passed to the app.
|
Public attributes
match_strength
LinkMatchStrength firebase::dynamic_links::DynamicLink::match_strength
The match strength of the dynamic link.
url
std::string firebase::dynamic_links::DynamicLink::url
The URL that was passed to the app.