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
/
TimelineEventRepository
Timeline
Event
Repository
interface
TimelineEventRepository
:
DeleteByRoomIdMinimalRepository
<
TimelineEventKey
,
TimelineEvent
>
Inheritors
InMemoryTimelineEventRepository
Members
Functions
delete
Link copied to clipboard
abstract
suspend
fun
delete
(
key
:
TimelineEventKey
)
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
:
TimelineEventKey
)
:
TimelineEvent
?
save
Link copied to clipboard
abstract
suspend
fun
save
(
key
:
TimelineEventKey
,
value
:
TimelineEvent
)
serialize
Key
Link copied to clipboard
open
override
fun
serializeKey
(
key
:
TimelineEventKey
)
:
String