Contents

AttributedEntityIdentifier

A unique identifier for an app entity instance within an application.

Declaration

struct AttributedEntityIdentifier

Overview

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:

  1. An entity type identifier that distinguishes different kinds of entities

  2. 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.

Topics

Initializers

Instance Properties

See Also

Entity identity