<!--
{
  "availability" : [
    "iOS: 12.0.0 -",
    "iPadOS: 12.0.0 -",
    "macCatalyst: 13.1.0 -",
    "visionOS: 1.0.0 -",
    "watchOS: 5.0.0 -"
  ],
  "documentType" : "symbol",
  "framework" : "SiriKit",
  "identifier" : "/documentation/Intents/INUpcomingMediaManager",
  "metadataVersion" : "0.1.0",
  "role" : "Class",
  "symbol" : {
    "kind" : "Class",
    "modules" : [
      "Intents"
    ],
    "preciseIdentifier" : "c:objc(cs)INUpcomingMediaManager"
  },
  "title" : "INUpcomingMediaManager"
}
-->

# INUpcomingMediaManager

The manager object you use to suggest media to the user.

```
class INUpcomingMediaManager
```

## Overview

Use this class to provide Siri a list of media intents for content that the user hasn’t listened to or watched, but might be interested in. For example, a podcast app may provide the latest episodes of the podcast, or a video app may provide the most recent episodes of TV shows, or suggest new movies.

## Topics

### Getting the Upcoming-Media Manager

[`shared`](/documentation/Intents/INUpcomingMediaManager/shared)

The shared upcoming media manager.

### Suggesting Media Intent Shortcuts

[`setSuggestedMediaIntents(_:)`](/documentation/Intents/INUpcomingMediaManager/setSuggestedMediaIntents(_:))

Provides Siri with a list of media intents to suggest to the user.

### Setting Prediction Modes

[`setPredictionMode(_:for:)`](/documentation/Intents/INUpcomingMediaManager/setPredictionMode(_:for:))

Suggests how Siri should predict media intent shortcuts.

[`INUpcomingMediaPredictionMode`](/documentation/Intents/INUpcomingMediaPredictionMode)

Prediction modes for upcoming media intent shortcuts.



---

Copyright &copy; 2026 Apple Inc. All rights reserved. | [Terms of Use](https://www.apple.com/legal/internet-services/terms/site.html) | [Privacy Policy](https://www.apple.com/privacy/privacy-policy)