Interface AttachmentSelectionListener
-
- All Implemented Interfaces:
@Deprecated(message = "Use the new [AttachmentsPickerDialogFragment.AttachmentsSelectionListener] interface instead", level = DeprecationLevel.WARNING, replaceWith = @ReplaceWith(imports = {"io.getstream.chat.android.ui.feature.messages.composer.attachment.picker.AttachmentsPickerDialogFragment.AttachmentsSelectionListener"}, expression = "AttachmentsPickerDialogFragment.AttachmentsSelectionListener")) public interface AttachmentSelectionListener
-
-
Method Summary
Modifier and Type Method Description abstract UnitonAttachmentsSelected(List<AttachmentMetaData> attachments)Called when attachment picking has been completed. -
-
Method Detail
-
onAttachmentsSelected
abstract Unit onAttachmentsSelected(List<AttachmentMetaData> attachments)
Called when attachment picking has been completed.
- Parameters:
attachments- The list of selected attachments.
-
-
-
-