Navigation Started Engine Event Data
class NavigationStartedEngineEventData(val objectType: EngineEventDataObjectType = EngineEventDataObjectType.NAVIGATION_STARTED_ENGINE_EVENT, val type: EngineEventDataType, val dueToRenderingConfigChanged: Boolean, val navigationAction: NavigationAction, val replacedOngoingNavigation: Boolean) : ReaderViewEngineEventData
Constructors
Link copied to clipboard
constructor(objectType: EngineEventDataObjectType = EngineEventDataObjectType.NAVIGATION_STARTED_ENGINE_EVENT, type: EngineEventDataType, dueToRenderingConfigChanged: Boolean, navigationAction: NavigationAction, replacedOngoingNavigation: Boolean)
Properties
Link copied to clipboard
The navigation started due to a rendering configuration change such such as updated ReaderViewOptions or Renderer switch.
Link copied to clipboard
The type of navigation action that started.
Link copied to clipboard
The type of engine event object this JSON structure represents.
Link copied to clipboard
If this navigation replaced an already ongoing navigation action.
Link copied to clipboard
The type of event.