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

# SeamUnlockProximity

> Defines the **required proximity** for an unlock attempt.

## Overview

```swift theme={null}
enum SeamUnlockProximity
```

Defines the **required proximity** for an unlock attempt.

***

## Enumeration Cases

### `SeamUnlockProximity.nearby`

Requires the user to be **within a few meters** of the lock/reader.

```swift theme={null}
case nearby
```

### `SeamUnlockProximity.remote`

**No proximity requirement**; operation may be performed via network/relay.

```swift theme={null}
case remote
```

### `SeamUnlockProximity.touch`

Requires the user’s mobile device to be **physically touching** the lock hardware/reader.

```swift theme={null}
case touch
```
