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
class OptionsAdapter(onOptionChange: (id: Int, text: String) -> Unit) : ListAdapter<PollAnswer, OptionsAdapter.OptionViewHolder>
Link copied to clipboard