EngineEventData

open class EngineEventData(val objectType: EngineEventDataObjectType = EngineEventDataObjectType.ENGINE_EVENT, val type: EngineEventDataType)

Inheritors

Constructors

Link copied to clipboard
constructor(objectType: EngineEventDataObjectType = EngineEventDataObjectType.ENGINE_EVENT, type: EngineEventDataType)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The type of engine event object this JSON structure represents.

Link copied to clipboard

The type of event.

Functions

Link copied to clipboard
open fun serialize(generator: JsonGenerator)