PreviousCallback

interface PreviousCallback : EventCallback

Functions

Link copied to clipboard
abstract fun onFailure(errorCode: String, data: String?)
Link copied to clipboard
abstract fun onSuccess(message: String?)
Link copied to clipboard
abstract fun onSuspended(    song: Song?,     playlist: Playlist?,     target: String)