firebase:: remote_config:: ConfigSettings
#include <remote_config.h>
Configurations for Remote Config behavior.
Summary
Public attributes | |
|---|---|
fetch_timeout_in_milliseconds = kDefaultTimeoutInMilliseconds | uint64_tThe timeout specifies how long the client should wait for a connection to the Firebase Remote Config servers. |
minimum_fetch_interval_in_milliseconds = kDefaultCacheExpiration | uint64_tThe minimum interval between successive fetch calls. |
Public attributes
fetch_timeout_in_milliseconds
uint64_tfirebase::remote_config::ConfigSettings::fetch_timeout_in_milliseconds=kDefaultTimeoutInMilliseconds
The timeout specifies how long the client should wait for a connection to the Firebase Remote Config servers.
minimum_fetch_interval_in_milliseconds
uint64_tfirebase::remote_config::ConfigSettings::minimum_fetch_interval_in_milliseconds=kDefaultCacheExpiration
The minimum interval between successive fetch calls.
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.