ReaderViewEngineEventData

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

The data class representing an EngineEvent related to a ReaderView.

Constructors

Link copied to clipboard
fun ReaderViewEngineEventData(objectType: EngineEventDataObjectType = EngineEventDataObjectType.READER_VIEW_ENGINE_EVENT, type: EngineEventDataType)

Types

Link copied to clipboard
object Companion

Functions

Link copied to clipboard
open override 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
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard