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_t firebase::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_t firebase::remote_config::ConfigSettings::minimum_fetch_interval_in_milliseconds = kDefaultCacheExpiration

The minimum interval between successive fetch calls.