KotPreferences
Toggle table of contents
common
Target filter
common
Switch theme
Search in API
Skip to content
KotPreferences
keyvalue
/
com.michaelflisar.kotpreferences.storage.keyvalue
/
KeyValueStorage
/
KeyValueStorage
Key
Value
Storage
constructor
(
exists
:
(
)
->
Boolean
,
read
:
(
)
->
List
<
KeyValue
>
,
write
:
suspend
(
values
:
List
<
KeyValue
>
)
->
Unit
,
encryption
:
StorageEncryption
?
=
null
,
cache
:
Boolean
=
true
)