StopDirective

data class StopDirective(val header: Header, val payload: StopDirectiveHandler.StopDirective.Payload)

Constructors

Link copied to clipboard
fun StopDirective(header: Header, payload: StopDirectiveHandler.StopDirective.Payload)

Types

Link copied to clipboard
data class Payload(val playServiceId: String, val token: String)

Properties

Link copied to clipboard
val header: Header
Link copied to clipboard
val payload: StopDirectiveHandler.StopDirective.Payload