<!--
{
  "availability" : [
    "iOS: -",
    "iPadOS: -",
    "macCatalyst: -",
    "macOS: -",
    "visionOS: -",
    "watchOS: -"
  ],
  "documentType" : "symbol",
  "framework" : "EventKit",
  "identifier" : "/documentation/EventKit/EKAlarmProximity",
  "metadataVersion" : "0.1.0",
  "role" : "Enumeration",
  "symbol" : {
    "kind" : "Enumeration",
    "modules" : [
      "EventKit"
    ],
    "preciseIdentifier" : "c:@E@EKAlarmProximity"
  },
  "title" : "EKAlarmProximity"
}
-->

# EKAlarmProximity

A value indicating whether an alarm is triggered by entering or exiting a region.

```
enum EKAlarmProximity
```

## Topics

### Constants

[`EKAlarmProximityNone`](/documentation/EventKit/EKAlarmProximity/none)

The alarm has no proximity trigger.

[`EKAlarmProximityEnter`](/documentation/EventKit/EKAlarmProximity/enter)

The alarm is set to fire when entering a region.

[`EKAlarmProximityLeave`](/documentation/EventKit/EKAlarmProximity/leave)

The alarm is set to fire when leaving a region.

## Relationships

### Conforms To

[`SendableMetatype`](/documentation/Swift/SendableMetatype)

[`Equatable`](/documentation/Swift/Equatable)

[`BitwiseCopyable`](/documentation/Swift/BitwiseCopyable)

[`Hashable`](/documentation/Swift/Hashable)

[`Sendable`](/documentation/Swift/Sendable)

[`RawRepresentable`](/documentation/Swift/RawRepresentable)

---

Copyright &copy; 2026 Apple Inc. All rights reserved. | [Terms of Use](https://www.apple.com/legal/internet-services/terms/site.html) | [Privacy Policy](https://www.apple.com/privacy/privacy-policy)