Contents

AppIntentTypeDefinition

A protocol that associates a definition type with its corresponding instance type.

Declaration

protocol AppIntentTypeDefinition

Overview

The AppIntentTypeDefinition bridges a definition type you use to retrieve your intent, entity, and enum type, and the type-erased instance of your concrete intent, entity, or enum. For example, AppIntentTypeDefinition bridges AppEntityDefinition to the AnyAppEntity. Validate that a given instance was produced from the correct definition using the isInstance(_:) function.

Topics

Associated Types

Instance Methods

See Also

Supporting types