defaultFactoriesWithoutPermissions
fun defaultFactoriesWithoutPermissions( mediaAttachmentsTabEnabled: Boolean, visualMediaAllowMultiple: Boolean = false, visualMediaType: VisualMediaType = VisualMediaType.IMAGE_AND_VIDEO, fileAttachmentsTabEnabled: Boolean, cameraAttachmentsTabEnabled: Boolean, pollAttachmentsTabEnabled: Boolean): List<AttachmentsPickerTabFactory>
Builds the default list of attachment picker tab factories (without requesting storage permission).
Parameters
mediaAttachmentsTabEnabled
If the media attachments tab will be displayed in the picker.
visualMediaAllowMultiple
If the visual media attachments tab will allow multiple selections.
visualMediaType
The types of visual media that can be picked.
fileAttachmentsTabEnabled
If the file attachments tab will be displayed in the picker.
cameraAttachmentsTabEnabled
If the camera attachments tab will be displayed in the picker.
pollAttachmentsTabEnabled
If the poll attachments tab will be displayed in the picker.