Interface CPNowPlayingTemplateObserver


  • public interface CPNowPlayingTemplateObserver
    • Method Detail

      • nowPlayingTemplateAlbumArtistButtonTapped

        default void nowPlayingTemplateAlbumArtistButtonTapped​(CPNowPlayingTemplate nowPlayingTemplate)
        The user has selected the album/artist button on the now playing template. Your application should push a new template displaying the content appearing in this container (album, playlist, or show).
      • nowPlayingTemplateUpNextButtonTapped

        default void nowPlayingTemplateUpNextButtonTapped​(CPNowPlayingTemplate nowPlayingTemplate)
        The user has selected the Up Next button on the now playing template. Your application should push a new template displaying the list of upcoming or queued content.