Package apple.carplay.protocol
Interface CPNowPlayingTemplateObserver
-
public interface CPNowPlayingTemplateObserver
-
-
Method Summary
All Methods Instance Methods Default Methods Modifier and Type Method Description default voidnowPlayingTemplateAlbumArtistButtonTapped(CPNowPlayingTemplate nowPlayingTemplate)The user has selected the album/artist button on the now playing template.default voidnowPlayingTemplateUpNextButtonTapped(CPNowPlayingTemplate nowPlayingTemplate)The user has selected the Up Next button on the now playing template.
-
-
-
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.
-
-