Interface AttachmentsPickerTabListener
-
- All Implemented Interfaces:
public interface AttachmentsPickerTabListenerListener invoked when attachments are selected in the attachment tab.
-
-
Method Summary
Modifier and Type Method Description abstract UnitonSelectedAttachmentsChanged(List<AttachmentMetaData> attachments)Called when the list of currently selected attachments changes. abstract UnitonSelectedAttachmentsSubmitted()Called when selected attachments need to be submitted to the message input. -
-
Method Detail
-
onSelectedAttachmentsChanged
abstract Unit onSelectedAttachmentsChanged(List<AttachmentMetaData> attachments)
Called when the list of currently selected attachments changes.
- Parameters:
attachments- The list of currently selected attachments.
-
onSelectedAttachmentsSubmitted
abstract Unit onSelectedAttachmentsSubmitted()
Called when selected attachments need to be submitted to the message input.
-
-
-
-