NavigationEndedEngineEventData

class NavigationEndedEngineEventData(val objectType: EngineEventDataObjectType = EngineEventDataObjectType.NAVIGATION_ENDED_ENGINE_EVENT, val type: EngineEventDataType, val navigationAction: NavigationAction) : ReaderViewEngineEventData

Constructors

Link copied to clipboard
constructor(objectType: EngineEventDataObjectType = EngineEventDataObjectType.NAVIGATION_ENDED_ENGINE_EVENT, type: EngineEventDataType, navigationAction: NavigationAction)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The type of navigation action that just ended.

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 override fun serialize(generator: JsonGenerator)