ActionResponse

data class ActionResponse(val action: () -> Unit) : StreamExceptionResponse

Perform a specific action, like halting the playback or etc.

Constructors

Link copied to clipboard
constructor(action: () -> Unit)

Properties

Link copied to clipboard
val action: () -> Unit