AccessoryFeature
A protocol that defines a capability for an accessory data provider extension.
Declaration
protocol AccessoryFeature : Sendable, AppExtensionPoint.CapabilityOverview
Implement this protocol to create a custom capability that your extension supports. Each feature has an associated handler type that processes events for that capability.