PlayPayload

data class PlayPayload(    val sourceType: DefaultAudioPlayerAgent.SourceType?,     val playServiceId: String,     val cacheKey: String?,     val audioItem: AudioItem,     val playStackControl: PlayStackControl?)

Constructors

Link copied to clipboard
fun PlayPayload(    sourceType: DefaultAudioPlayerAgent.SourceType?,     playServiceId: String,     cacheKey: String?,     audioItem: AudioItem,     playStackControl: PlayStackControl?)

Properties

Link copied to clipboard
@SerializedName(value = "audioItem")
val audioItem: AudioItem
Link copied to clipboard
@SerializedName(value = "cacheKey")
val cacheKey: String?
Link copied to clipboard
@SerializedName(value = "playServiceId")
val playServiceId: String
Link copied to clipboard
@SerializedName(value = "playStackControl")
val playStackControl: PlayStackControl?
Link copied to clipboard
@SerializedName(value = "sourceType")
val sourceType: DefaultAudioPlayerAgent.SourceType?