Contents

AppEntityAnnotatable

An interface that system types adopt and use to manage their relationship to app entities.

Declaration

protocol AppEntityAnnotatable

Mentioned in

Overview

System types adopt the AppEntityAnnotatable protocol and use it to store a reference to an app entity. Don’t add support for this protocol to your own custom types. Instead, the system incorporates it into types like NSUserActivity to support your custom entities. The system types use the presence of an entity to improve system experiences like Apple Intelligence, Siri, and Shortcuts.

Topics

Instance Properties

See Also

Entity identity