Rachel
Toggle table of contents
3.5.0
android
common
desktop
ios
web
Target filter
android
common
desktop
ios
web
Switch theme
Search in API
Skip to content
Rachel
love.yinlin.startup.mmkv-kmp
/
love.yinlin.startup
/
StartupKV
/
set
set
android
common
desktop
ios
web
actual
fun
set
(
key
:
String
,
value
:
Boolean
,
expire
:
Int
)
actual
fun
set
(
key
:
String
,
value
:
Int
,
expire
:
Int
)
actual
fun
set
(
key
:
String
,
value
:
Long
,
expire
:
Int
)
actual
fun
set
(
key
:
String
,
value
:
Float
,
expire
:
Int
)
actual
fun
set
(
key
:
String
,
value
:
Double
,
expire
:
Int
)
actual
fun
set
(
key
:
String
,
value
:
String
,
expire
:
Int
)
actual
fun
set
(
key
:
String
,
value
:
ByteArray
,
expire
:
Int
)
expect
fun
set
(
key
:
String
,
value
:
Boolean
,
expire
:
Int
=
KVExpire.NEVER
)
expect
fun
set
(
key
:
String
,
value
:
Int
,
expire
:
Int
=
KVExpire.NEVER
)
expect
fun
set
(
key
:
String
,
value
:
Long
,
expire
:
Int
=
KVExpire.NEVER
)
expect
fun
set
(
key
:
String
,
value
:
Float
,
expire
:
Int
=
KVExpire.NEVER
)
expect
fun
set
(
key
:
String
,
value
:
Double
,
expire
:
Int
=
KVExpire.NEVER
)
expect
fun
set
(
key
:
String
,
value
:
String
,
expire
:
Int
=
KVExpire.NEVER
)
expect
fun
set
(
key
:
String
,
value
:
ByteArray
,
expire
:
Int
=
KVExpire.NEVER
)
actual
fun
set
(
key
:
String
,
value
:
Boolean
,
expire
:
Int
)
actual
fun
set
(
key
:
String
,
value
:
Int
,
expire
:
Int
)
actual
fun
set
(
key
:
String
,
value
:
Long
,
expire
:
Int
)
actual
fun
set
(
key
:
String
,
value
:
Float
,
expire
:
Int
)
actual
fun
set
(
key
:
String
,
value
:
Double
,
expire
:
Int
)
actual
fun
set
(
key
:
String
,
value
:
String
,
expire
:
Int
)
actual
fun
set
(
key
:
String
,
value
:
ByteArray
,
expire
:
Int
)
actual
fun
set
(
key
:
String
,
value
:
Boolean
,
expire
:
Int
)
actual
fun
set
(
key
:
String
,
value
:
Int
,
expire
:
Int
)
actual
fun
set
(
key
:
String
,
value
:
Long
,
expire
:
Int
)
actual
fun
set
(
key
:
String
,
value
:
Float
,
expire
:
Int
)
actual
fun
set
(
key
:
String
,
value
:
Double
,
expire
:
Int
)
actual
fun
set
(
key
:
String
,
value
:
String
,
expire
:
Int
)
actual
fun
set
(
key
:
String
,
value
:
ByteArray
,
expire
:
Int
)
actual
fun
set
(
key
:
String
,
value
:
Boolean
,
expire
:
Int
)
actual
fun
set
(
key
:
String
,
value
:
Int
,
expire
:
Int
)
actual
fun
set
(
key
:
String
,
value
:
Long
,
expire
:
Int
)
actual
fun
set
(
key
:
String
,
value
:
Float
,
expire
:
Int
)
actual
fun
set
(
key
:
String
,
value
:
Double
,
expire
:
Int
)
actual
fun
set
(
key
:
String
,
value
:
String
,
expire
:
Int
)
actual
fun
set
(
key
:
String
,
value
:
ByteArray
,
expire
:
Int
)