What's New / App Intents & System Integration

What's new in _MediaPlayer_AppIntents

+1 NewiOS · macOS · tvOS · watchOS

_MediaPlayer_AppIntents is a Swift cross-import overlay, not a standalone framework. Its API is visible only when a target imports both MediaPlayer and AppIntents. It provides the glue types that let AppIntents refer to MediaPlayer content such as media items.

The 27 SDK adds one API and removes or deprecates nothing. The addition is MPAppEntityIdentifier, an identifier type for representing MediaPlayer entities within AppIntents.

New

1
extension

MPAppEntityIdentifier

NewiOSmacOStvOSwatchOS
extension MPAppEntityIdentifier
Declaration
extension MPAppEntityIdentifier {

    /// Creates an MPAppEntityIdentifier from an EntityIdentifier.
    public convenience init?(entityIdentifier: EntityIdentifier)
}

No APIs match your filter.

← More in App Intents & System Integration