trixnity-client
3.1.0
trixnity-client
/
net.folivo.trixnity.client.store.repository
/
InMemoryOlmAccountRepository
In
Memory
Olm
Account
Repository
class
InMemoryOlmAccountRepository
:
InMemoryMinimalStoreRepository
<
Long
,
String
>
,
OlmAccountRepository
Constructors
Functions
Properties
Constructors
In
Memory
Olm
Account
Repository
Link copied to clipboard
fun
InMemoryOlmAccountRepository
(
)
Functions
delete
Link copied to clipboard
abstract
suspend
fun
delete
(
key
:
Long
)
delete
All
Link copied to clipboard
abstract
suspend
fun
deleteAll
(
)
get
Link copied to clipboard
abstract
suspend
fun
get
(
key
:
Long
)
:
String
?
save
Link copied to clipboard
abstract
suspend
fun
save
(
key
:
Long
,
value
:
String
)
Properties
content
Link copied to clipboard
val
content
:
MutableStateFlow
<
Map
<
Long
,
String
>
>