AttachmentSelectionListener

Deprecated

Use the new [AttachmentsPickerDialogFragment.AttachmentsSelectionListener] interface instead

Replace with

import io.getstream.chat.android.ui.feature.messages.composer.attachment.picker.AttachmentsPickerDialogFragment.AttachmentsSelectionListener
AttachmentsPickerDialogFragment.AttachmentsSelectionListener

Functions

Link copied to clipboard
abstract fun onAttachmentsSelected(attachments: List<AttachmentMetaData>)

Called when attachment picking has been completed.