Contents

INIntentsSupported

The names of the intent classes your app handles directly.

Discussion

Provide the class name of each INIntent subclass your app can handle. To specify this information in Xcode, add the class names in the Supported Intents section of your app target in the Project Editor.

For more information on handling intents in your app, see application(_:handlerFor:).

See Also

Intents