Contents

AccessoryFeature

A protocol that defines a capability for an accessory data provider extension.

Declaration

protocol AccessoryFeature : Sendable, AppExtensionPoint.Capability

Overview

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.

Topics

Identifying the feature

See Also

Data and sessions