Interface NERoomChatImageMessage

  • All Implemented Interfaces:
    com.netease.yunxin.kit.roomkit.api.NERoomChatFileMessage , com.netease.yunxin.kit.roomkit.api.NERoomChatMessage

    
    public interface NERoomChatImageMessage
     implements NERoomChatFileMessage
                        

    房间图片消息

    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
    • Field Summary

      Fields 
      Modifier and Type Field Description
    • Constructor Summary

      Constructors 
      Constructor Description
    • Enum Constant Summary

      Enum Constants 
      Enum Constant Description
    • Method Summary

      Modifier and Type Method Description
      abstract Integer getWidth() 图片宽度
      abstract Integer getHeight() 图片高度
      • 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