toggle menu
trixnity-client
4.3.7
common
switch theme
search in API
trixnity-client
/
net.folivo.trixnity.client.store.repository
/
FullRepository
Full
Repository
interface
FullRepository
<
K
,
V
>
:
MinimalRepository
<
K
,
V
>
Inheritors
InMemoryFullRepository
RoomKeyRequestRepository
RoomOutboxMessageRepository
RoomRepository
SecretKeyRequestRepository
Members
Functions
delete
Link copied to clipboard
abstract
suspend
fun
delete
(
key
:
K
)
delete
All
Link copied to clipboard
abstract
suspend
fun
deleteAll
(
)
get
Link copied to clipboard
abstract
suspend
fun
get
(
key
:
K
)
:
V
?
get
All
Link copied to clipboard
abstract
suspend
fun
getAll
(
)
:
List
<
V
>
save
Link copied to clipboard
abstract
suspend
fun
save
(
key
:
K
,
value
:
V
)
serialize
Key
Link copied to clipboard
abstract
fun
serializeKey
(
key
:
K
)
:
String