Package-level declarations

Types

Link copied to clipboard
sealed interface PollOptionVotesViewAction

Represents actions that can be performed from the poll option votes view.

Link copied to clipboard
class PollOptionVotesViewController(poll: Poll, option: Option, chatClient: ChatClient = ChatClient.instance(), scope: CoroutineScope)

Controller responsible for managing the state and events related to poll option votes.

Link copied to clipboard
sealed interface PollOptionVotesViewEvent

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

Link copied to clipboard

Controller responsible for managing the state and events related to poll results.