Contents

AudioPlaybackIntent

An App Intent that plays, pauses, or otherwise modifies audio playback state when it executes.

Declaration

protocol AudioPlaybackIntent : SystemIntent

Mentioned in

Overview

Adopt this protocol to indicate to the system that your App Intent plays audio. The system can then avoid dialogue or other experiences that might interrupt that audio.

See Also

Media actions