FirebaseRemoteConfigSettings

data class FirebaseRemoteConfigSettings(var fetchTimeout: Duration = CONNECTION_TIMEOUT, var minimumFetchInterval: Duration = DEFAULT_FETCH_INTERVAL)(source)

Wraps the settings for FirebaseRemoteConfig operations.

Constructors

Link copied to clipboard
constructor(fetchTimeout: Duration = CONNECTION_TIMEOUT, minimumFetchInterval: Duration = DEFAULT_FETCH_INTERVAL)

Properties

Link copied to clipboard

Returns the fetch timeout in seconds.

Link copied to clipboard
Link copied to clipboard

Returns the minimum interval between successive fetches calls in seconds.