---
title: "nowPlayingTemplateAlbumArtistButtonTapped(_:)"
framework: carplay
role: symbol
role_heading: Instance Method
path: "carplay/cpnowplayingtemplateobserver/nowplayingtemplatealbumartistbuttontapped(_:)"
---

# nowPlayingTemplateAlbumArtistButtonTapped(_:)

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

## Declaration

```swift
optional func nowPlayingTemplateAlbumArtistButtonTapped(_ nowPlayingTemplate: CPNowPlayingTemplate)
```

## Parameters

- `nowPlayingTemplate`: The template that contains the button that the user tapped.

## Discussion

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

- [nowPlayingTemplateUpNextButtonTapped(_:)](carplay/cpnowplayingtemplateobserver/nowplayingtemplateupnextbuttontapped(_:).md)
