---
title: "SpatialResizeEventType"
description: "An enum representing the phases of resizing."
type: "class"
lastmod: "2026-06-18T10:32:53.016325Z"
---
## API Reference

> Source set: Android

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

An enum representing the phases of resizing.

## Companion Object

#### Properties

> Source set: Android

```kotlin
public val Start: SpatialResizeEventType
```

The phase where the resize event starts.

> Source set: Android

```kotlin
public val Resizing: SpatialResizeEventType
```

The phase where the user continuously resizes.

> Source set: Android

```kotlin
public val End: SpatialResizeEventType
```

The phase where the resize event ends.
