Parameter(const char *parameter_name, Variant parameter_value)
Parameter(const char *parameter_name, int parameter_value)
Parameter(const char *parameter_name, int64_t parameter_value)
Parameter(const char *parameter_name, double parameter_value)
Parameter(const char *parameter_name, const char *parameter_value)
Public attributes | |
---|---|
name | const char * Name of the parameter. |
value | Value of the parameter. |
constchar*firebase::analytics::Parameter::name
Name of the parameter.
Parameter names must be a combination of letters and digits (matching the regular expression [a-zA-Z0-9]) between 1 and 40 characters long starting with a letter [a-zA-Z] character. The "firebase_", "google_" and "ga_" prefixes are reserved and should not be used.
Variantfirebase::analytics::Parameter::value
Value of the parameter.
See firebase::Variant for usage information.
firebase::analytics::Parameter::Parameter()
Construct an empty parameter.
This is provided to allow initialization after construction.
firebase::analytics::Parameter::Parameter(constchar*parameter_name,Variantparameter_value)
Construct a parameter.
Details | |||||
---|---|---|---|---|---|
Parameters |
|
firebase::analytics::Parameter::Parameter(constchar*parameter_name,intparameter_value)
Construct a 64-bit integer parameter.
Details | |||||
---|---|---|---|---|---|
Parameters |
|
firebase::analytics::Parameter::Parameter(constchar*parameter_name,int64_tparameter_value)
Construct a 64-bit integer parameter.
Details | |||||
---|---|---|---|---|---|
Parameters |
|
firebase::analytics::Parameter::Parameter(constchar*parameter_name,doubleparameter_value)
Construct a floating point parameter.
Details | |||||
---|---|---|---|---|---|
Parameters |
|
firebase::analytics::Parameter::Parameter(constchar*parameter_name,constchar*parameter_value)
Construct a string parameter.
Details | |||||
---|---|---|---|---|---|
Parameters |
|
Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2024-01-23 UTC.