PlayPayload

data class PlayPayload(    val playServiceId: String,     val token: String,     val action: Action,     val asrText: String?,     val song: Song?,     val toggle: Toggle?,     val data: JsonObject?)

Constructors

Link copied to clipboard
fun PlayPayload(    playServiceId: String,     token: String,     action: Action,     asrText: String?,     song: Song?,     toggle: Toggle?,     data: JsonObject?)

Functions

Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int

Properties

Link copied to clipboard
@SerializedName(value = "action")
val action: Action
Link copied to clipboard
@SerializedName(value = "asrText")
val asrText: String?
Link copied to clipboard
@SerializedName(value = "data")
val data: JsonObject?
Link copied to clipboard
@SerializedName(value = "playServiceId")
val playServiceId: String
Link copied to clipboard
@SerializedName(value = "song")
val song: Song?
Link copied to clipboard
@SerializedName(value = "toggle")
val toggle: Toggle?
Link copied to clipboard
@SerializedName(value = "token")
val token: String

the unique string to identify