kotbase
Toggle table of contents
3.1
Select version
3.1
3.0
common
Platform filter
common
Switch theme
Search in API
kotbase
couchbase-lite-ee-ktx
/
kotbase.ktx
/
DocumentBuilder
/
setString
set
String
fun
setString
(
key
:
String
,
value
:
String
?
)
:
MutableDocument
(
source
)
Set a String value for the given key
Return
this MutableDocument instance
Parameters
key
the key.
value
the String value.