trixnity-client
3.4.1
trixnity-client
/
net.folivo.trixnity.client.store.repository
/
OlmAccountRepository
Olm
Account
Repository
interface
OlmAccountRepository
:
MinimalRepository
<
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
)
serialize
Key
Link copied to clipboard
open
override
fun
serializeKey
(
key
:
Long
)
:
String
Inheritors
InMemoryOlmAccountRepository
Link copied to clipboard