File State
Types
Link copied to clipboard
Link copied to clipboard
data class InCache(val decryptedFileInCache: Boolean) : FileService.FileState
Content copied to clipboard
The original file is in cache, but the decrypted files can be deleted for security reason. To decrypt the file again, call downloadFile, the encrypted file will not be downloaded again
Link copied to clipboard