onPlaylist

abstract fun onPlaylist(playlist: Playlist)

This method must be implemented to handle the Playlist object returned from an asynchronous operation.

Parameters

playlist

The Playlist object provided by the asynchronous operation.