jev4k
Toggle table of contents
0.1.1
jvm
Target filter
jvm
Switch theme
Search in API
Skip to content
jev4k
jev4k
/
com.pambrose.jev4k
/
ChoiceBuilder
/
option
option
fun
option
(
key
:
String
,
description
:
String
?
=
null
)
(
source
)
Adds an option; with no description it is sent as
null
, fine when the key says it all.
fun
option
(
key
:
String
,
entry
:
JsonElement
)
(
source
)