Contents

playCommand

The command object for starting playback of the current item.

Declaration

var playCommand: MPRemoteCommand { get }

Discussion

Use the object in this property to register your app’s handler for pausing the currently playing track. In your handler, play the current item from the point at which the track was paused, or from the beginning if the item was not paused. You can disable the command if your app does not support it.

See Also

Playback commands