InCache

data class InCache(val decryptedFileInCache: Boolean) : FileService.FileState

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

Constructors

Link copied to clipboard
fun InCache(decryptedFileInCache: Boolean)

Properties

Link copied to clipboard
val decryptedFileInCache: Boolean

true if the decrypted file is available. Always true for clear files.