Wraps the settings for FirebaseRemoteConfig operations.
| class | FirebaseRemoteConfigSettings.Builder | Builder for a FirebaseRemoteConfigSettings. |
|
| long |
getFetchTimeoutInSeconds()
Returns the fetch timeout in seconds.
|
| long |
getMinimumFetchIntervalInSeconds()
Returns the minimum interval between successive fetches calls in seconds.
|
| FirebaseRemoteConfigSettings.Builder |
toBuilder()
Constructs a builder initialized with the current FirebaseRemoteConfigSettings.
|
Returns the fetch timeout in seconds.
The timeout specifies how long the client should wait for a connection to the Firebase Remote Config servers.
Returns the minimum interval between successive fetches calls in seconds.
Constructs a builder initialized with the current FirebaseRemoteConfigSettings.