---
title: delegate
framework: coremotion
role: symbol
role_heading: Instance Property
path: coremotion/cmheadphonemotionmanager/delegate
---

# delegate

The object that receives headphone motion manager events.

## Declaration

```swift
weak var delegate: (any CMHeadphoneMotionManagerDelegate)? { get set }
```

## See Also

### Getting the Delegate

- [CMHeadphoneMotionManagerDelegate](coremotion/cmheadphonemotionmanagerdelegate.md)
