Contents

skipBackwardCommand

The command object for playing a previous point in a media item.

Declaration

var skipBackwardCommand: MPSkipIntervalCommand { get }

Discussion

Use the object in this property to register your app’s handler for jumping to a previous point in the current track. In your handler, skip backwards by the amount specified in the event’s interval property. You can disable the command if your app does not support it.

See Also

Navigating a track’s contents