Uses of Class
io.github.ma1uta.matrix.event.nested.FileInfo
-
Packages that use FileInfo Package Description io.github.ma1uta.matrix.event.message Room message classes.io.github.ma1uta.matrix.event.nested Event content internal objects. -
-
Uses of FileInfo in io.github.ma1uta.matrix.event.message
Fields in io.github.ma1uta.matrix.event.message declared as FileInfo Modifier and Type Field Description private FileInfo
File. info
Information about the file referred to in url.Methods in io.github.ma1uta.matrix.event.message that return FileInfo Modifier and Type Method Description FileInfo
File. getInfo()
Methods in io.github.ma1uta.matrix.event.message with parameters of type FileInfo Modifier and Type Method Description void
File. setInfo(FileInfo info)
-
Uses of FileInfo in io.github.ma1uta.matrix.event.nested
Subclasses of FileInfo in io.github.ma1uta.matrix.event.nested Modifier and Type Class Description class
ImageInfo
Image info.class
VideoInfo
Video info.
-