createTabFragment
abstract fun createTabFragment(style: AttachmentsPickerDialogStyle, attachmentsPickerTabListener: AttachmentsPickerTabListener): Fragment
Provides a new Fragment associated with this attachments picker tab.
Return
A new content Fragment for the tab.
Parameters
style
The style for the attachment picker dialog.
attachmentsPickerTabListener
The listener invoked when attachments are selected in the tab.