SkipListener

fun interface SkipListener

When a request is made to skip a song, the Adaptr servers will respond if the skip may proceed or not; this listener will be called after the request succeeds or fails.

See also

skip

Functions

requestCompleted
Link copied to clipboard
abstract fun requestCompleted(isSuccess: Boolean)