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
/
ConfigValue
Config
Value
sealed
class
ConfigValue
A typed remote config value.
Inheritors
Bool
StringVal
Int
Double
Members
Types
Bool
Link copied to clipboard
data
class
Bool
(
val
value
:
Boolean
)
:
ConfigValue
Double
Link copied to clipboard
data
class
Double
(
val
value
:
Double
)
:
ConfigValue
Int
Link copied to clipboard
data
class
Int
(
val
value
:
Int
)
:
ConfigValue
String
Val
Link copied to clipboard
data
class
StringVal
(
val
value
:
String
)
:
ConfigValue
Properties
bool
Value
Link copied to clipboard
val
boolValue
:
Boolean
double
Value
Link copied to clipboard
val
doubleValue
:
Double
int
Value
Link copied to clipboard
val
intValue
:
Int
string
Value
Link copied to clipboard
val
stringValue
:
String