PollOptionVotesViewEvent

sealed interface PollOptionVotesViewEvent

The different types of events that can occur in the poll option votes view.

Inheritors

Types

Link copied to clipboard
data class LoadError(val error: Error) : PollOptionVotesViewEvent

The error event that occurred while loading votes.