StartDirective

data class StartDirective(val header: Header, val payload: StartDirectiveHandler.StartDirective.Payload)

Constructors

Link copied to clipboard
fun StartDirective(header: Header, payload: StartDirectiveHandler.StartDirective.Payload)

Types

Link copied to clipboard
data class Payload(    val playServiceId: String,     val token: String,     val actions: Array<Action>)

Properties

Link copied to clipboard
val header: Header
Link copied to clipboard