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.
MinimumFetchInternalInMilliseconds
ulong
Deprecated. Use MinimumFetchIntervalInMilliseconds instead. This will be removed in the next major release.
The minimum interval between successive fetch calls.
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.

MinimumFetchInternalInMilliseconds

ulong Firebase::RemoteConfig::ConfigSettings::MinimumFetchInternalInMilliseconds

The minimum interval between successive fetch calls.

Deprecated. Use MinimumFetchIntervalInMilliseconds instead. This will be removed in the next major release.

MinimumFetchIntervalInMilliseconds

ulong Firebase::RemoteConfig::ConfigSettings::MinimumFetchIntervalInMilliseconds

The minimum interval between successive fetch calls.