ASDiscoveredDisplayItem
A picker display item created from customizing a discovered accessory.
Declaration
class ASDiscoveredDisplayItemMentioned in
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.