Rachel
Toggle table of contents
3.5.0
desktop
Target filter
desktop
Switch theme
Search in API
Skip to content
Rachel
love.yinlin.startup.mmkv-kmp
/
com.tencent.mmkv
/
MMKV
/
set
set
desktop
fun
set
(
key
:
String
,
value
:
Boolean
,
expire
:
Int
)
fun
set
(
key
:
String
,
value
:
Int
,
expire
:
Int
)
fun
set
(
key
:
String
,
value
:
Long
,
expire
:
Int
)
fun
set
(
key
:
String
,
value
:
Float
,
expire
:
Int
)
fun
set
(
key
:
String
,
value
:
Double
,
expire
:
Int
)
fun
set
(
key
:
String
,
value
:
String
,
expire
:
Int
)
fun
set
(
key
:
String
,
value
:
ByteArray
,
expire
:
Int
)