NECustomMessage

data class NECustomMessage(roomUuid: String?, senderUuid: String?, commandId: Int, data: String)

消息通道自定义消息 roomUuid 房间ID senderUuid 发送者ID data 消息内容 commandId 消息类型

Constructors

NECustomMessage
Link copied to clipboard
fun NECustomMessage(roomUuid: String?, senderUuid: String?, commandId: Int, data: String = "")

Properties

commandId
Link copied to clipboard
val commandId: Int
data
Link copied to clipboard
val data: String
roomUuid
Link copied to clipboard
val roomUuid: String?
senderUuid
Link copied to clipboard
val senderUuid: String?