Interface NERoomChatImageMessage
-
- All Implemented Interfaces:
-
com.netease.yunxin.kit.roomkit.api.NERoomChatFileMessage,com.netease.yunxin.kit.roomkit.api.NERoomChatMessage
public interface NERoomChatImageMessage implements NERoomChatFileMessage
房间图片消息
-
-
Method Summary
Modifier and Type Method Description abstract IntegergetWidth()图片宽度 abstract IntegergetHeight()图片高度 -
Methods inherited from class com.netease.yunxin.kit.roomkit.api.NERoomChatFileMessage
getDisplayName, getExtension, getMd5, getPath, getSize, getThumbPath, getUrl -
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
-
-