firebase:: remote_config:: ConfigKeyValueVariant
#include <remote_config.h>
Describes a mapping of a key to a value of any type.
Summary
Used to set default values.
Public attributes |
|
---|---|
key
|
const char *
The lookup key string.
|
value
|
The value to be stored.
|
Public attributes
key
const char * firebase::remote_config::ConfigKeyValueVariant::key
The lookup key string.