trixnity-client
Toggle table of contents
4.14.1
common
Platform filter
common
Switch theme
Search in API
trixnity-client
trixnity-client
/
net.folivo.trixnity.client.store.repository
/
AccountRepository
Account
Repository
interface
AccountRepository
:
MinimalRepository
<
Long
,
Account
>
Inheritors
InMemoryAccountRepository
Members
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
)
:
Account
?
save
Link copied to clipboard
abstract
suspend
fun
save
(
key
:
Long
,
value
:
Account
)
serialize
Key
Link copied to clipboard
open
override
fun
serializeKey
(
key
:
Long
)
:
String