> ## Documentation Index
> Fetch the complete documentation index at: https://www.seam.co/docs/llms.txt
> Use this file to discover all available pages before exploring further.

# UnlockProximity

> Represents the proximity at which a credential used to unlock a door.

> Auto-generated from the Seam Android SDK Kotlin sources. Do not edit by hand — see `codegen/android-reference/`.

## Overview

```kotlin theme={"dark"}
enum class UnlockProximity
```

Represents the proximity at which a credential used to unlock a door.

***

## Values

### `TOUCH`

Means that user have to touch the back of the phone to unlock the reader.

### `NEARBY`

Means that user have to be close to the reader to unlock it, but not necessarily touch.

### `REMOTE`

The reader is unlocked from a remote location, with wi-fi, for example.
