Contents

nowPlayingTemplateAlbumArtistButtonTapped(_:)

Tells the observer that the user tapped the Album-Artist button.

Declaration

optional func nowPlayingTemplateAlbumArtistButtonTapped(_ nowPlayingTemplate: CPNowPlayingTemplate)

Parameters

  • nowPlayingTemplate:

    The template that contains the button that the user tapped.

Discussion

When CarPlay calls this method on your observer, you should present or push a new template that displays the content of the current album, playlist or podcast.

See Also

Responding to User Interactions