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
/
NotificationRepository
Notification
Repository
interface
NotificationRepository
:
DeleteByRoomIdFullRepository
<
String
,
StoredNotification
>
Inheritors
InMemoryNotificationRepository
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
)
:
StoredNotification
?
get
All
Link copied to clipboard
abstract
suspend
fun
getAll
(
)
:
List
<
StoredNotification
>
save
Link copied to clipboard
abstract
suspend
fun
save
(
key
:
String
,
value
:
StoredNotification
)
serialize
Key
Link copied to clipboard
open
override
fun
serializeKey
(
key
:
String
)
:
String