kotbase
Toggle table of contents
3.1
Select version
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
/
setLong
set
Long
apple
common
jvmCommon
linuxMingw
actual
fun
setLong
(
key
:
String
,
value
:
Long
)
:
MutableDocument
(
source
)
expect
fun
setLong
(
key
:
String
,
value
:
Long
)
:
MutableDocument
(
source
)
Set a long value for the given key
Return
this MutableDocument instance
Parameters
key
the key.
value
the long value.
actual
fun
setLong
(
key
:
String
,
value
:
Long
)
:
MutableDocument
(
source
)
actual
fun
setLong
(
key
:
String
,
value
:
Long
)
:
MutableDocument
(
source
)