trixnity-client
Toggle table of contents
4.17.0
common
Platform filter
common
Switch theme
Search in API
trixnity-client
trixnity-client
/
net.folivo.trixnity.client.room
/
TimelineBase
/
TimelineBase
Timeline
Base
constructor
(
onStateChange
:
suspend
(
TimelineStateChange
<
T
>
)
->
Unit
,
transformer
:
suspend
(
Flow
<
TimelineEvent
>
)
->
T
)