Interface NERoomChatFileMessage
-
- All Implemented Interfaces:
-
com.netease.yunxin.kit.roomkit.api.NERoomChatMessage
public interface NERoomChatFileMessage implements NERoomChatMessage
房间文件消息
-
-
Method Summary
Modifier and Type Method Description abstract StringgetDisplayName()文件显示名 abstract StringgetExtension()文件后缀名 abstract StringgetMd5()文件md5 abstract StringgetUrl()文件下载地址 abstract LonggetSize()文件大小 abstract StringgetThumbPath()缩略图地址 abstract StringgetPath()文件路径 -
Methods inherited from class com.netease.yunxin.kit.roomkit.api.NERoomChatMessage
getChatroomType, getFromAvatar, getFromNick, getFromUserUuid, getMessageType, getMessageUuid, getSenderExtension, getTime, getToUserUuidList -
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
-
Method Detail
-
getDisplayName
abstract String getDisplayName()
文件显示名
-
getExtension
abstract String getExtension()
文件后缀名
-
getThumbPath
abstract String getThumbPath()
缩略图地址
-
-
-
-