data class ActionWrappedMessage : Message
(source)
<init> |
ActionWrappedMessage(action: Action, delay: Long) |
action |
val action: Action |
delay |
val delay: Long |
eventType |
val eventType: EventType |
isSimpleMessage |
fun isSimpleMessage(): Boolean |
toAction |
fun toAction(playerId: PlayerId, applicationId: String, recipientId: PlayerId): Action |
toPrettyString |
Returns a human readable string representation of the message. fun toPrettyString(): String |