Object AttachmentsPickerDialogFragment.Companion
-
- All Implemented Interfaces:
public class AttachmentsPickerDialogFragment.Companion
-
-
Field Summary
Fields Modifier and Type Field Description public final static AttachmentsPickerDialogFragment.CompanionINSTANCE
-
Method Summary
Modifier and Type Method Description final AttachmentsPickerDialogFragmentnewInstance(AttachmentsPickerDialogStyle style, List<AttachmentsPickerTabFactory> attachmentsPickerTabFactories)Creates a new instance of AttachmentsPickerDialogFragment. -
-
Method Detail
-
newInstance
final AttachmentsPickerDialogFragment newInstance(AttachmentsPickerDialogStyle style, List<AttachmentsPickerTabFactory> attachmentsPickerTabFactories)
Creates a new instance of AttachmentsPickerDialogFragment.
- Parameters:
style- Style for the dialog.attachmentsPickerTabFactories- The list of factories for the tabs in the attachment picker.- Returns:
A new instance of AttachmentsPickerDialogFragment.
-
-
-
-