Also: Google
Play services
public class FirebaseRemoteConfigSettings extends Object
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.
|
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 FirebaseRemoteConfigSettings.Builder toBuilder ()
Constructs a builder initialized with the current FirebaseRemoteConfigSettings.