toggle menu
micro_utils.dokka
0.20.23
android
switch theme
search in API
micro_utils.dokka
/
dev.inmo.micro_utils.repos.keyvalue
/
KeyValueStore
/
Companion
Companion
android
object
Companion
(
source
)
Members
Functions
invoke
Link copied to clipboard
android
operator
fun
<
T
:
Any
>
invoke
(
context
:
Context
,
name
:
String
=
"default"
,
cacheValues
:
Boolean
=
false
)
:
KeyValueRepo
<
String
,
T
>