Wraps the settings for FirebaseRemoteConfig
operations.
Nested Class Summary
class | FirebaseRemoteConfigSettings.Builder | Builder for a
FirebaseRemoteConfigSettings . |
Public Method Summary
long |
getFetchTimeoutInSeconds()
Returns the fetch timeout in seconds.
|
long |
getMinimumFetchIntervalInSeconds()
Returns the minimum interval between successive fetches calls in seconds.
|
boolean |
isDeveloperModeEnabled()
This method was deprecated. Use
getMinimumFetchIntervalInSeconds() instead.
|
FirebaseRemoteConfigSettings.Builder |
toBuilder()
Constructs a builder initialized with the current FirebaseRemoteConfigSettings.
|
Inherited Method Summary
Public Methods
public long getFetchTimeoutInSeconds ()
Returns the fetch timeout in seconds.
The timeout specifies how long the client should wait for a connection to the Firebase Remote Config servers.
public long getMinimumFetchIntervalInSeconds ()
Returns the minimum interval between successive fetches calls in seconds.
public boolean isDeveloperModeEnabled ()
This method was deprecated.
Use
getMinimumFetchIntervalInSeconds()
instead.
Indicates the status of the developer mode setting.
Returns
true
if the developer mode is enabled,false
otherwise.
public FirebaseRemoteConfigSettings.Builder toBuilder ()
Constructs a builder initialized with the current FirebaseRemoteConfigSettings.