CustomCommandHandler

fun interface CustomCommandHandler

Interface for handling custom commands sent from the media notification.

Functions

Link copied to clipboard
abstract fun onHandleCustomCommand(mediaSession: <Error class: unknown class>?, controllerInfo: <Error class: unknown class>?, customCommand: <Error class: unknown class>?, args: <Error class: unknown class>?): Boolean

Called when a custom command is received from the media notification.