RemoteConfigRepository

Properties

Link copied to clipboard
abstract val activations: Flow<*>

Emits a value every time a new fetched config is activated. If there is already an activated config, a value will be emitted immediately on subscription.

Functions

Link copied to clipboard
abstract fun getBoolean(key: String, defaultValue: Boolean): Boolean
Link copied to clipboard
abstract fun getDouble(key: String, defaultValue: Double): Double
Link copied to clipboard
abstract fun getLong(key: String, defaultValue: Long): Long
Link copied to clipboard
abstract fun getString(key: String, defaultValue: String): String