ratingCommand
The command object for rating a media item.
Declaration
var ratingCommand: MPRatingCommand { get }Discussion
Use the object in this property to register your app’s handler for rating the current track. In your handler, apply the specified rating to the track. You can disable the command if your app does not support it.