Uses of Class
io.github.ma1uta.matrix.event.nested.EncryptedFile
-
Packages that use EncryptedFile Package Description io.github.ma1uta.matrix.event.message Room message classes.io.github.ma1uta.matrix.event.nested Event content internal objects. -
-
Uses of EncryptedFile in io.github.ma1uta.matrix.event.message
Fields in io.github.ma1uta.matrix.event.message declared as EncryptedFile Modifier and Type Field Description private EncryptedFileAudio. fileRequired if the file is encrypted.private EncryptedFileFile. fileRequired if the file is encrypted.private EncryptedFileImage. fileRequired if the file is encrypted.private EncryptedFileVideo. fileRequired if the file is encrypted.Methods in io.github.ma1uta.matrix.event.message that return EncryptedFile Modifier and Type Method Description EncryptedFileAudio. getFile()EncryptedFileFile. getFile()EncryptedFileImage. getFile()EncryptedFileVideo. getFile()Methods in io.github.ma1uta.matrix.event.message with parameters of type EncryptedFile Modifier and Type Method Description voidAudio. setFile(EncryptedFile file)voidFile. setFile(EncryptedFile file)voidImage. setFile(EncryptedFile file)voidVideo. setFile(EncryptedFile file) -
Uses of EncryptedFile in io.github.ma1uta.matrix.event.nested
Fields in io.github.ma1uta.matrix.event.nested declared as EncryptedFile Modifier and Type Field Description private EncryptedFileFileInfo. thumbnailFileInformation on the encrypted thumbnail file, as specified in End-to-end encryption.private EncryptedFileLocationInfo. thumbnailFileInformation on the encrypted thumbnail file, as specified in End-to-end encryption.Methods in io.github.ma1uta.matrix.event.nested that return EncryptedFile Modifier and Type Method Description EncryptedFileFileInfo. getThumbnailFile()EncryptedFileLocationInfo. getThumbnailFile()Methods in io.github.ma1uta.matrix.event.nested with parameters of type EncryptedFile Modifier and Type Method Description voidFileInfo. setThumbnailFile(EncryptedFile thumbnailFile)voidLocationInfo. setThumbnailFile(EncryptedFile thumbnailFile)
-