---
title: bookmarkCommand
framework: mediaplayer
role: symbol
role_heading: Instance Property
path: mediaplayer/mpremotecommandcenter/bookmarkcommand
---

# bookmarkCommand

The command object for indicating that a user wants to remember a media item.

## Declaration

```swift
var bookmarkCommand: MPFeedbackCommand { get }
```

## Discussion

Discussion Use the object in this property to register your app’s handler for bookmarking the current track. In your handler, add the track to the user’s list of bookmarks. You can disable the command if your app does not support it. In addition to registering a handler, you can use the command object to provide a localized string to communicate what is being bookmarked to the user.
