RemoteConfig

data class RemoteConfig(name: String?, value: String?)

A remote config (feature flag) entry.

Constructors

RemoteConfig
Link copied to clipboard
common
fun RemoteConfig(name: String? = null, value: String? = null)

Properties

name
Link copied to clipboard
common
val name: String? = null
The name of this remote config entry.
value
Link copied to clipboard
common
val value: String? = null
The value for this remote config entry.