Source set: Android
public value class SpatialMoveEventType private constructor(private val value: Int)
An enum representing the phases of dragging.
Companion Object
Properties
Source set: Android
public val Start: SpatialMoveEventType
The phase where the drag event starts
Source set: Android
public val Moving: SpatialMoveEventType
The phase where the user continuously drags
Source set: Android
public val End: SpatialMoveEventType
The phase where the drag event ends