trixnity-client
3.0.0-beta1
trixnity-client
/
net.folivo.trixnity.client.store.repository
/
OlmAccountRepository
Olm
Account
Repository
interface
OlmAccountRepository
:
MinimalStoreRepository
<
Long
,
String
>
Functions
Inheritors
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
)
Inheritors
InMemoryOlmAccountRepository
Link copied to clipboard