Contents

IntentValueContainer

A container that stores a value that supports intent value conversion.

Declaration

struct IntentValueContainer

Overview

The IntentValueContainer structure provides a type-erased wrapper around values that the App Intents framework can use. It encapsulates the actual value as a container element and provides mechanisms for type-safe access and conversion.

This container serves as an intermediate representation when converting between different types.

Topics

Structures

Operators

Default Implementations

See Also

Intent queries