Interface NERoomChatCustomMessage
-
- All Implemented Interfaces:
-
com.netease.yunxin.kit.roomkit.api.NERoomChatMessage
public interface NERoomChatCustomMessage implements NERoomChatMessage
房间自定义消息
-
-
Method Summary
Modifier and Type Method Description abstract String
getAttachStr()
自定义内容 -
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
-
getAttachStr
abstract String getAttachStr()
自定义内容
-
-
-
-