Package-level declarations

Types

Link copied to clipboard

Represent the bottom sheet dialog that allows users to pick attachments.

Link copied to clipboard

ViewModel class for creating a poll. It handles the creation of the poll and its configuration.

Link copied to clipboard
Link copied to clipboard
data class PollAnswer(val id: Int, val text: String, val duplicateError: Boolean)