Interface AttachmentsPickerDialogFragment.AttachmentsSelectionListener
-
- All Implemented Interfaces:
public interface AttachmentsPickerDialogFragment.AttachmentsSelectionListener
-
-
Method Summary
Modifier and Type Method Description abstract UnitonAttachmentsSelected(List<Attachment> attachments)Called when attachment picking has been completed. -
-
Method Detail
-
onAttachmentsSelected
abstract Unit onAttachmentsSelected(List<Attachment> attachments)
Called when attachment picking has been completed.
- Parameters:
attachments- The list of selected attachments.
-
-
-
-