Use Kdoc.
This commit is contained in:
parent
2e2ecae1a6
commit
3359d1b347
1 changed files with 6 additions and 2 deletions
|
|
@ -23,10 +23,14 @@ sealed interface TimelineEvents {
|
|||
data class SetHighlightedEvent(val eventId: EventId?) : TimelineEvents
|
||||
data class OnScrollFinished(val firstIndex: Int) : TimelineEvents
|
||||
|
||||
// Events coming from a timeline item
|
||||
/**
|
||||
* Events coming from a timeline item.
|
||||
*/
|
||||
sealed interface EventFromTimelineItem : TimelineEvents
|
||||
|
||||
// Events coming from a poll item
|
||||
/**
|
||||
* Events coming from a poll item.
|
||||
*/
|
||||
sealed interface TimelineItemPollEvents : EventFromTimelineItem
|
||||
|
||||
data class PollAnswerSelected(
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue