Contents

IntentValuePropertiesCallable

A callable wrapper that creates app intent instances from keyword arguments.

Declaration

@dynamicCallable struct IntentValuePropertiesCallable<T>

Overview

The IntentValuePropertiesCallable wrapper uses the @dynamicCallable attribute to provide a natural function-call syntax for setting properties on type-erased app intents instances. Don’t create instances of this type directly. Instead, use makeIntent or makeEntity.

Topics

Instance Methods

See Also

Supporting types