Package-level declarations

Types

Link copied to clipboard
class FileStore(context: Context)

FileStore file manager responsible for storing and providing info about files.

Functions

Link copied to clipboard
fun getRawRequestBodyFromFilePath(path: String, mimeType: String? = null): RequestBody
Link copied to clipboard

Checks if a MIME type is allowed by the backend. Video types are allowed as a special exception.

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
fun validateAttachment(mimeType: String, sizeKb: Double): String?