trixnity-client
Toggle table of contents
4.22.2
common
Platform filter
common
Switch theme
Search in API
trixnity-client
trixnity-client
/
net.folivo.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