FirebaseRemoteConfigSettings

public class FirebaseRemoteConfigSettings


Wraps the settings for FirebaseRemoteConfig operations.

Summary

Nested types

Builder for a FirebaseRemoteConfigSettings.

Public fields

final long

Public methods

long

Returns the fetch timeout in seconds.

long

Returns the minimum interval between successive fetches calls in seconds.

@NonNull FirebaseRemoteConfigSettings.Builder

Constructs a builder initialized with the current FirebaseRemoteConfigSettings.

Public fields

fetchTimeoutInSeconds

public final long fetchTimeoutInSeconds

Public methods

getFetchTimeoutInSeconds

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 server.

getMinimumFetchIntervalInSeconds

public long getMinimumFetchIntervalInSeconds()

Returns the minimum interval between successive fetches calls in seconds.

toBuilder

public @NonNull FirebaseRemoteConfigSettings.Builder toBuilder()

Constructs a builder initialized with the current FirebaseRemoteConfigSettings.