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