Interface AttachmentsPickerTabListener

  • All Implemented Interfaces:

    
    public interface AttachmentsPickerTabListener
    
                        

    Listener invoked when attachments are selected in the attachment tab.

    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
    • Field Summary

      Fields 
      Modifier and Type Field Description
    • Constructor Summary

      Constructors 
      Constructor Description
    • Enum Constant Summary

      Enum Constants 
      Enum Constant Description
    • Method Summary

      Modifier and Type Method Description
      abstract Unit onSelectedAttachmentsChanged(List<AttachmentMetaData> attachments) Called when the list of currently selected attachments changes.
      abstract Unit onSelectedAttachmentsSubmitted() Called when selected attachments need to be submitted to the message input.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

    • 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.