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
/
NotificationUpdateRepository
Notification
Update
Repository
interface
NotificationUpdateRepository
:
DeleteByRoomIdFullRepository
<
String
,
StoredNotificationUpdate
>
Inheritors
InMemoryNotificationUpdateRepository
Members
Functions
delete
Link copied to clipboard
abstract
suspend
fun
delete
(
key
:
String
)
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
:
String
)
:
StoredNotificationUpdate
?
get
All
Link copied to clipboard
abstract
suspend
fun
getAll
(
)
:
List
<
StoredNotificationUpdate
>
save
Link copied to clipboard
abstract
suspend
fun
save
(
key
:
String
,
value
:
StoredNotificationUpdate
)
serialize
Key
Link copied to clipboard
open
override
fun
serializeKey
(
key
:
String
)
:
String