Object AttachmentsPickerTabFactories

    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
    • Constructor Summary

      Constructors 
      Constructor Description
    • Enum Constant Summary

      Enum Constants 
      Enum Constant Description
    • Method Summary

      Modifier and Type Method Description
      final List<AttachmentsPickerTabFactory> defaultFactories(Boolean mediaAttachmentsTabEnabled, Boolean fileAttachmentsTabEnabled, Boolean cameraAttachmentsTabEnabled) Creates a list of factories for the tabs that will be displayed in the attachment picker.
      • Methods inherited from class java.lang.Object

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

    • Method Detail

      • defaultFactories

         final List<AttachmentsPickerTabFactory> defaultFactories(Boolean mediaAttachmentsTabEnabled, Boolean fileAttachmentsTabEnabled, Boolean cameraAttachmentsTabEnabled)

        Creates a list of factories for the tabs that will be displayed in the attachment picker.

        Parameters:
        mediaAttachmentsTabEnabled - If the media attachments tab will be displayed in the picker.
        fileAttachmentsTabEnabled - If the file attachments tab will be displayed in the picker.
        cameraAttachmentsTabEnabled - If the camera attachments tab will be displayed in the picker.
        Returns:

        The list factories for the tabs that will be displayed in the attachment picker.