kommon
Toggle table of contents
0.0.0-SNAPSHOT
release
Target filter
release
Switch theme
Search in API
Skip to content
kommon
remoteconfig
/
io.github.maniramezan.kommon.remoteconfig
/
ResolvedConfigEntry
Resolved
Config
Entry
data
class
ResolvedConfigEntry
(
val
key
:
ConfigKey
,
val
value
:
ConfigValue
,
val
source
:
ValueSource
)
A resolved config entry with its source.
Members
Constructors
Resolved
Config
Entry
Link copied to clipboard
constructor
(
key
:
ConfigKey
,
value
:
ConfigValue
,
source
:
ValueSource
)
Properties
key
Link copied to clipboard
val
key
:
ConfigKey
source
Link copied to clipboard
val
source
:
ValueSource
value
Link copied to clipboard
val
value
:
ConfigValue