AttachmentPickerItemState

data class AttachmentPickerItemState(val attachmentMetaData: AttachmentMetaData, val isSelected: Boolean)

Represents each attachment item in our attachment picker. Each item can be selected and has an appropriate set of metadata to describe it.

Parameters

attachmentMetaData

The metadata for the item, holding the links, size, types, name etc.

isSelected

If the item is selected or not.

Constructors

Link copied to clipboard
constructor(attachmentMetaData: AttachmentMetaData, isSelected: Boolean)

Properties

Link copied to clipboard