INUpdateMediaAffinityIntentHandling
The interface that handles requests to update the user’s preference for a media item.
Declaration
protocol INUpdateMediaAffinityIntentHandling : NSObjectProtocolOverview
Use the methods of the INUpdateMediaAffinityIntentHandling protocol to resolve, confirm, and handle requests that indicate the user’s preference for a media item. Adopt this protocol in an object of your Intents extension capable of providing feedback for media.
Siri delivers an INUpdateMediaAffinityIntent object to your handler when the user asks to modify their preference for a media item using your app. Use the methods of this protocol to resolve the parameters and update the user’s preference for the media.