Contents

AudioStartingIntent

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

Declaration

protocol AudioStartingIntent : SystemIntent

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