---
title: WKInterfaceDeviceWristLocation
framework: watchkit
role: symbol
role_heading: Enumeration
path: watchkit/wkinterfacedevicewristlocation
---

# WKInterfaceDeviceWristLocation

Constants indicating the wrist on which the user wears the Apple Watch.

## Declaration

```swift
enum WKInterfaceDeviceWristLocation
```

## Topics

### Constants

- [WKInterfaceDeviceWristLocation.left](watchkit/wkinterfacedevicewristlocation/left.md)
- [WKInterfaceDeviceWristLocation.right](watchkit/wkinterfacedevicewristlocation/right.md)

### Initializers

- [init(rawValue:)](watchkit/wkinterfacedevicewristlocation/init(rawvalue:).md)

## Relationships

### Conforms To

- [BitwiseCopyable](swift/bitwisecopyable.md)
- [Equatable](swift/equatable.md)
- [Hashable](swift/hashable.md)
- [RawRepresentable](swift/rawrepresentable.md)
- [Sendable](swift/sendable.md)
- [SendableMetatype](swift/sendablemetatype.md)

## See Also

### Reading the Device Settings

- [name](watchkit/wkinterfacedevice/name.md)
- [model](watchkit/wkinterfacedevice/model.md)
- [localizedModel](watchkit/wkinterfacedevice/localizedmodel.md)
- [wristLocation](watchkit/wkinterfacedevice/wristlocation.md)
- [crownOrientation](watchkit/wkinterfacedevice/crownorientation.md)
- [WKInterfaceDeviceCrownOrientation](watchkit/wkinterfacedevicecrownorientation.md)
- [preferredContentSizeCategory](watchkit/wkinterfacedevice/preferredcontentsizecategory.md)
