toggle menu
NavigationApp
androidJvm
switch theme
search in API
navigation-ux-storage
/
com.mapbox.nav.gm.storage.data.datasource.storage
Package-level
declarations
Types
Functions
Types
In
Memory
Storage
Link copied to clipboard
class
InMemoryStorage
(
map
:
MutableMap
<
String
,
String
>
=
mutableMapOf()
)
:
Storage
Storage
Link copied to clipboard
interface
Storage
Storage
Impl
Link copied to clipboard
class
StorageImpl
(
context
:
Context
,
fileName
:
String
)
:
Storage
Functions
on
Value
Changed
Link copied to clipboard
inline
fun
<
R
,
T
:
R
>
Storage
.
onValueChanged
(
key
:
String
,
serializer
:
KSerializer
<
T
>
,
defaultValue
:
R
)
:
Flow
<
R
>