Package-level declarations

Types

Link copied to clipboard

An user action event that occurs inside the attachment picker screen.

Link copied to clipboard

An user action that indicates a back button event.

Link copied to clipboard
data class AttachmentPickerPollCreation(val question: String, val options: List<PollOptionItem>, val switches: List<PollSwitchItem>) : AttachmentPickerAction

An user action that indicates a poll creation event.

Link copied to clipboard

Holds the information required to add support for "files" tab in the attachment picker.

Link copied to clipboard

Holds the information required to add support for "images" tab in the attachment picker.

Link copied to clipboard

Holds the information required to add support for "media capture" tab in the attachment picker.

Link copied to clipboard

Holds the information required to add support for "poll" tab in the attachment picker.

Link copied to clipboard

Holds the information required to add support for "files" tab in the attachment picker.

Link copied to clipboard

Provides different attachment picker tab factories that build tab icons and tab contents for the attachment picker.

Link copied to clipboard

Holds the information required to add support for a AttachmentsPickerMode mode in the attachment picker.