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.
|
| boolean |
isDeveloperModeEnabled()
This method is deprecated. Use
getMinimumFetchIntervalInSeconds() instead.
|
| 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.
This method is deprecated.
Use
getMinimumFetchIntervalInSeconds() instead.
Indicates the status of the developer mode setting.
true if the developer mode is enabled, false
otherwise.Constructs a builder initialized with the current FirebaseRemoteConfigSettings.