---
title: ASDiscoveredDisplayItem
framework: accessorysetupkit
role: symbol
role_heading: Class
path: accessorysetupkit/asdiscovereddisplayitem
---

# ASDiscoveredDisplayItem

A picker display item created from customizing a discovered accessory.

## Declaration

```swift
class ASDiscoveredDisplayItem
```

## Mentioned in

Discovering and configuring accessories

## Overview

Overview Use this type when your app’s picker uses the filterDiscoveryResults option. With this option enabled, your discovery session receives ASAccessoryEventType.accessoryDiscovered events with discovered accessories. To include a discovered accessory in the picker, create an instance of this class, optionally using the Bluetooth properties of the event’s ASDiscoveredAccessory to provide a more specific name or product image. Then send the ASDiscoveredDisplayItem to the picker with the session’s updatePicker(showing:completionHandler:) method.

## Topics

### Creating an updated display item

- [init(name:productImage:accessory:)](accessorysetupkit/asdiscovereddisplayitem/init(name:productimage:accessory:).md)

## Relationships

### Inherits From

- [ASPickerDisplayItem](accessorysetupkit/aspickerdisplayitem.md)

### Conforms To

- [CVarArg](swift/cvararg.md)
- [CustomDebugStringConvertible](swift/customdebugstringconvertible.md)
- [CustomStringConvertible](swift/customstringconvertible.md)
- [Equatable](swift/equatable.md)
- [Hashable](swift/hashable.md)
- [NSObjectProtocol](objectivec/nsobjectprotocol.md)
- [Sendable](swift/sendable.md)
- [SendableMetatype](swift/sendablemetatype.md)

## See Also

### Displaying picker items

- [ASPickerDisplayItem](accessorysetupkit/aspickerdisplayitem.md)
- [ASMigrationDisplayItem](accessorysetupkit/asmigrationdisplayitem.md)
