MovePayload

data class MovePayload(    val playServiceId: String,     val token: String,     val directive: MovePayload.Direction,     val sec: Long)

Constructors

Link copied to clipboard
fun MovePayload(    playServiceId: String,     token: String,     directive: MovePayload.Direction,     sec: Long)

Types

Link copied to clipboard
enum Direction : Enum<MovePayload.Direction>

Properties

Link copied to clipboard
@SerializedName(value = "directive")
val directive: MovePayload.Direction
Link copied to clipboard
@SerializedName(value = "playServiceId")
val playServiceId: String
Link copied to clipboard
@SerializedName(value = "sec")
val sec: Long
Link copied to clipboard
@SerializedName(value = "token")
val token: String

the unique string to identify