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
/
kotbase
/
MutableDictionary
/
setBlob
set
Blob
apple
common
jvmCommon
linuxMingw
actual
fun
setBlob
(
key
:
String
,
value
:
Blob
?
)
:
MutableDictionary
(
source
)
expect
fun
setBlob
(
key
:
String
,
value
:
Blob
?
)
:
MutableDictionary
(
source
)
Set a Blob object for the given key.
Return
The self object.
Parameters
key
The key
value
The Blob object.
actual
fun
setBlob
(
key
:
String
,
value
:
Blob
?
)
:
MutableDictionary
(
source
)
actual
fun
setBlob
(
key
:
String
,
value
:
Blob
?
)
:
MutableDictionary
(
source
)