---
title: "OneHandedGestureConfiguration"
description: "Represents the persistent specification for a one-handed gesture."
type: "class"
lastmod: "2026-07-19T07:47:45.681719Z"
---
## API Reference

> Source set: Android

```kotlin
public class OneHandedGestureConfiguration(
    public val action: GestureAction,
    public val key: String,
    public val priority: GesturePriority = GesturePriority.Unspecified,
)
```

Represents the persistent specification for a one-handed gesture.
