trixnity
Toggle table of contents
5.2.0-SNAPSHOT.CI-20260302.101522
common
Target filter
common
Switch theme
Search in API
Skip to content
trixnity
trixnity-client
/
de.connect2x.trixnity.client.store.repository
/
DeleteByRoomIdFullRepository
Delete
By
Room
Id
Full
Repository
interface
DeleteByRoomIdFullRepository
<
K
,
V
>
:
FullRepository
<
K
,
V
>
,
DeleteByRoomIdRepository
Inheritors
NotificationRepository
NotificationUpdateRepository
RoomOutboxMessageRepository
Members
Functions
delete
Link copied to clipboard
abstract
suspend
fun
delete
(
key
:
K
)
delete
All
Link copied to clipboard
abstract
suspend
fun
deleteAll
(
)
delete
By
Room
Id
Link copied to clipboard
abstract
suspend
fun
deleteByRoomId
(
roomId
:
RoomId
)
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