---
title: ForegroundContinuableIntent
framework: appintents
role: symbol
role_heading: Protocol
path: appintents/foregroundcontinuableintent
---

# 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

```swift
protocol ForegroundContinuableIntent : AppIntent
```

## Overview

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

- [needsToContinueInForegroundError(_:continuation:)](appintents/foregroundcontinuableintent/needstocontinueinforegrounderror(_:continuation:).md)
- [requestToContinueInForeground(_:continuation:)](appintents/foregroundcontinuableintent/requesttocontinueinforeground(_:continuation:).md)

## Relationships

### Inherits From

- [AppIntent](appintents/appintent.md)
- [PersistentlyIdentifiable](appintents/persistentlyidentifiable.md)
- [Sendable](swift/sendable.md)
- [SendableMetatype](swift/sendablemetatype.md)

## See Also

### Deprecated types

- [AudioStartingIntent](appintents/audiostartingintent.md)
- [LiveActivityStartingIntent](appintents/liveactivitystartingintent.md)
