IntentValueContainer
A container that stores a value that supports intent value conversion.
Declaration
struct IntentValueContainerOverview
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.