PlaystateRequest

data class PlaystateRequest(val command: PlaystateCommand, val seekPositionTicks: Long? = null, val controllingUserId: String? = null)

Constructors

Link copied to clipboard
constructor(command: PlaystateCommand, seekPositionTicks: Long? = null, controllingUserId: String? = null)

Properties

Link copied to clipboard

Enum PlaystateCommand.

Link copied to clipboard

The controlling user identifier.

Link copied to clipboard
val seekPositionTicks: Long? = null