Stay organized with collections
Save and categorize content based on your preferences.
firebase::remote_config::ValueInfo
#include <remote_config.h>
Describes a retrieved value.
Summary
Public attributes
|
conversion_successful
|
bool
If true this indicates conversion to the requested type succeeded, otherwise conversion failed so the static value for the requested type was retrieved instead.
|
source
|
Where the config value was retrieved from (Default Config or Active Config).
|
Public attributes
conversion_successful
bool firebase::remote_config::ValueInfo::conversion_successful
If true
this indicates conversion to the requested type succeeded, otherwise conversion failed so the static value for the requested type was retrieved instead.
source
ValueSource firebase::remote_config::ValueInfo::source
Where the config value was retrieved from (Default Config or Active Config).
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.
[null,null,["Last updated 2024-01-23 UTC."],[],[],null,["# firebase::remote_config::ValueInfo Struct Reference\n\nfirebase::remote_config::ValueInfo\n==================================\n\n\n`#include \u003cremote_config.h\u003e`\n\nDescribes a retrieved value.\n\nSummary\n-------\n\n| ### Public attributes ||\n|--------------------------------------------------------------------------------------------------------------|-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|\n| [conversion_successful](#structfirebase_1_1remote__config_1_1_value_info_1a928a62cf1928dd8cfc1d4175e9570324) | `bool` If `true` this indicates conversion to the requested type succeeded, otherwise conversion failed so the static value for the requested type was retrieved instead. |\n| [source](#structfirebase_1_1remote__config_1_1_value_info_1a472cb3d7f57af12fae1449f43c86e48a) | [ValueSource](/docs/reference/cpp/namespace/firebase/remote-config#namespacefirebase_1_1remote__config_1a825e9930f665960955ee8c7ae071192f) Where the config value was retrieved from (Default Config or Active Config). |\n\nPublic attributes\n-----------------\n\n### conversion_successful\n\n```c++\nbool firebase::remote_config::ValueInfo::conversion_successful\n``` \nIf `true` this indicates conversion to the requested type succeeded, otherwise conversion failed so the static value for the requested type was retrieved instead. \n\n### source\n\n```c++\nValueSource firebase::remote_config::ValueInfo::source\n``` \nWhere the config value was retrieved from (Default Config or Active Config)."]]