firebase:: remote_config:: ConfigKeyValue
#include <remote_config.h>
Describes a mapping of a key to a string value.
Summary
Used to set default values.
Public attributes | |
|---|---|
key | const char *The lookup key string. |
value | const char *The value string to be stored. |
Public attributes
key
constchar*firebase::remote_config::ConfigKeyValue::key
The lookup key string.
Note: Ensure this string stays valid for the duration of the call to SetDefaults.
value
constchar*firebase::remote_config::ConfigKeyValue::value
The value string to be stored.
Note: Ensure this string stays valid for the duration of the call to SetDefaults.
Except as otherwise noted, the content of this page is licensed under theCreative Commons Attribution 4.0 License, and code samples are licensed under theApache 2.0 License. For details, see theGoogle Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2024-01-23 UTC.