ActiveGestureTypeChangedEngineEventData

class ActiveGestureTypeChangedEngineEventData(val objectType: EngineEventDataObjectType = EngineEventDataObjectType.ACTIVE_GESTURE_TYPE_CHANGED_ENGINE_EVENT, val type: EngineEventDataType, val newGestureType: ReaderViewGestureType?, val oldGestureType: ReaderViewGestureType?) : ReaderViewEngineEventData

Used when ReaderView's active gesture type has changed.

Constructors

Link copied to clipboard
fun ActiveGestureTypeChangedEngineEventData(objectType: EngineEventDataObjectType = EngineEventDataObjectType.ACTIVE_GESTURE_TYPE_CHANGED_ENGINE_EVENT, type: EngineEventDataType, newGestureType: ReaderViewGestureType?, oldGestureType: ReaderViewGestureType?)

Types

Link copied to clipboard
object Companion

Functions

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

Properties

Link copied to clipboard

The new gesture type that is active, or null if there is no active gesture.

Link copied to clipboard

The type of engine event object this JSON structure represents.

Link copied to clipboard

The old gesture type.

Link copied to clipboard

The type of event.