---
title: "SpatialMoveEventType"
description: "An enum representing the phases of dragging."
type: "class"
lastmod: "2026-05-20T01:13:53.187831Z"
---
## API Reference

> Source set: Android

```kotlin
public value class SpatialMoveEventType private constructor(private val value: Int)
```

An enum representing the phases of dragging.

## Companion Object

#### Properties

> Source set: Android

```kotlin
public val Start: SpatialMoveEventType
```

The phase where the drag event starts

> Source set: Android

```kotlin
public val Moving: SpatialMoveEventType
```

The phase where the user continuously drags

> Source set: Android

```kotlin
public val End: SpatialMoveEventType
```

The phase where the drag event ends
