toggle menu
kotbase
3.1
3.1
3.0
common
switch theme
search in API
couchbase-lite-ktx
/
kotbase.ktx
/
DocumentBuilder
/
setArray
set
Array
fun
setArray
(
key
:
String
,
value
:
Array
?
)
:
MutableDocument
(
source
)
Set an Array value for the given key
Return
this MutableDocument instance
Parameters
key
the key.
value
the Array value.