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