Contents

ForegroundContinuableIntent

A protocol you use for app intents which begin their work with the app in the background but may request to continue in the foreground.

Declaration

protocol ForegroundContinuableIntent : AppIntent

Overview

This protocol is deprecated, please include .foreground(.dynamic) in the supportedModes of your app intent instead. For backward compatibility, you can provide conformance to this protocol in an extension, for example:

@available(*, deprecated)
extension OrderSoupIntent: ForegroundContinuableIntent {}

Topics

Instance Methods

See Also

Specialized actions