firebase:: remote_config:: ValueInfo
#include <remote_config.h>
Describes a retrieved value.
Summary
Public attributes | |
|---|---|
conversion_successful | boolIf 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
boolfirebase::remote_config::ValueInfo::conversion_successful
Iftrue this indicates conversion to the requested type succeeded, otherwise conversion failed so the static value for the requested type was retrieved instead.
source
ValueSourcefirebase::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 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.