DebugEvent

class DebugEvent(val event: Event, val bytes: ByteArray) : Event

Constructors

Link copied to clipboard
constructor(event: Event, bytes: ByteArray)

Properties

Link copied to clipboard

The bytes which produced event. This will be empty if the event was produced from something other than bytes, such as direct platform integration.

Link copied to clipboard