app
app
/
com.musicplayer.openmusic.ui.player
/
PlayerFragment
/
Host
Host
public
interface
Host
Interface, needed for detecting specific states of the fragment
Functions
Inheritors
Functions
on
New
Playlist
Link copied to clipboard
public
abstract
Unit
onNewPlaylist
(
Playlist
newPlaylist
)
on
Playback
Update
Link copied to clipboard
public
abstract
Unit
onPlaybackUpdate
(
)
on
Player
Load
Complete
Link copied to clipboard
public
abstract
Unit
onPlayerLoadComplete
(
)
on
Playlist
Update
Link copied to clipboard
public
abstract
Unit
onPlaylistUpdate
(
Playlist
playlist
)
on
Shuffle
Link copied to clipboard
public
abstract
Unit
onShuffle
(
)
on
Song
Playing
Update
Link copied to clipboard
public
abstract
Unit
onSongPlayingUpdate
(
)
show
Queue
Link copied to clipboard
public
abstract
Unit
showQueue
(
)
Inheritors
PlayerFragmentHost
Link copied to clipboard