AttributedEntityIdentifier
A unique identifier for an app entity instance within an application.
Declaration
struct AttributedEntityIdentifierOverview
AttributedEntityIdentifier combines type and instance information to create a complete identifier that can uniquely identify any app entity instance. This identifier consists of two parts:
An entity type identifier that distinguishes different kinds of entities
An instance identifier that distinguishes individual instances of the same type
This structure enables the AppIntents framework to reference and retrieve specific entity instances across the system.