Class NERoomCustomMessage
-
- All Implemented Interfaces:
-
com.netease.yunxin.kit.roomkit.api.service.INECustomMessage
public final class NERoomCustomMessage implements INECustomMessage
消息通道自定义消息 roomUuid 房间ID senderUuid 发送者ID data 消息内容 commandId 消息类型
-
-
Constructor Summary
Constructors Constructor Description NERoomCustomMessage(String senderUuid, String data, String roomUuid, Integer commandId)
-
Method Summary
Modifier and Type Method Description String
getSenderUuid()
发送者ID String
getData()
事件数据 final String
getRoomUuid()
final Integer
getCommandId()
-
-
Method Detail
-
getSenderUuid
String getSenderUuid()
发送者ID
-
getRoomUuid
final String getRoomUuid()
-
getCommandId
final Integer getCommandId()
-
-
-
-