---
title: EAAccessoryDelegate
framework: externalaccessory
role: symbol
role_heading: Protocol
path: externalaccessory/eaaccessorydelegate
---

# EAAccessoryDelegate

A protocol that defines an optional method for receiving notifications when the associated accessory object is disconnected.

## Declaration

```swift
protocol EAAccessoryDelegate : NSObjectProtocol
```

## Topics

### Responding to Disconnection Events

- [accessoryDidDisconnect(_:)](externalaccessory/eaaccessorydelegate/accessorydiddisconnect(_:).md)

## Relationships

### Inherits From

- [NSObjectProtocol](objectivec/nsobjectprotocol.md)

## See Also

### Responding to Disconnection Events

- [delegate](externalaccessory/eaaccessory/delegate.md)
