StorageHelperWrapper
constructor(context: Context, storageHelper: StorageHelper = StorageHelper(), attachmentFilter: AttachmentFilter = AttachmentFilter())
Parameters
context
The context of the app, used to fetch files and media.
storageHelper
The storage helper that provides all the logic required to work with the system storage.
attachmentFilter
A filter that is used to filter out attachments that will not be accepted by the backend.