Object AttachmentsPickerTabFactories
-
- All Implemented Interfaces:
public class AttachmentsPickerTabFactoriesProvides the default list of tab factories for the attachment picker.
-
-
Field Summary
Fields Modifier and Type Field Description public final static AttachmentsPickerTabFactoriesINSTANCE
-
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. -
-
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.
-
-
-
-