StorageHelper

class StorageHelper

Constructors

Link copied to clipboard
fun StorageHelper()

Types

Link copied to clipboard
object Companion

Functions

Link copied to clipboard
fun getAttachmentsFromUriList(context: Context, uriList: List<Uri>): List<AttachmentMetaData>

Queries the given list of content URI and returns the parsed metadata.

Link copied to clipboard
fun getCachedFileFromUri(context: Context, attachmentMetaData: AttachmentMetaData): File
Link copied to clipboard
fun getFileAttachments(context: Context): List<AttachmentMetaData>
Link copied to clipboard
fun getMediaAttachments(context: Context): List<AttachmentMetaData>