EngineEventData

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

Constructors

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

Types

Link copied to clipboard
object Companion

Functions

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

Properties

Link copied to clipboard

The type of engine event object this JSON structure represents.

Link copied to clipboard

The type of event.

Inheritors

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard