firebase::remote_config::ConfigSettings

#include <remote_config.h>

Configurations for Remote Config behavior.

Summary

Public attributes

fetch_timeout_in_milliseconds = kDefaultTimeoutInMilliseconds
uint64_t
The timeout specifies how long the client should wait for a connection to the Firebase Remote Config servers.
minimum_fetch_interval_in_milliseconds = kDefaultCacheExpiration
uint64_t
The 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.

Note: A fetch call will fail if it takes longer than the specified timeout to connect to the Remote Config servers. Default is 60 seconds.

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.