Firebase. RemoteConfig. ConfigSettings
Settings for FirebaseRemoteConfig operations.
Summary
Properties | |
|---|---|
FetchTimeoutInMilliseconds | ulong The timeout specifies how long the client should wait for a connection to the Firebase Remote Config servers. |
MinimumFetchIntervalInMilliseconds | ulong The minimum interval between successive fetch calls. |
Properties
FetchTimeoutInMilliseconds
ulong Firebase::RemoteConfig::ConfigSettings::FetchTimeoutInMilliseconds
The timeout specifies how long the client should wait for a connection to the Firebase Remote Config servers.
MinimumFetchIntervalInMilliseconds
ulong Firebase::RemoteConfig::ConfigSettings::MinimumFetchIntervalInMilliseconds
The minimum interval between successive fetch calls.