PlayPayload 
    data class PlayPayload(    val sourceType: DefaultAudioPlayerAgent.SourceType?,     val playServiceId: String,     val cacheKey: String?,     val audioItem: AudioItem,     val playStackControl: PlayStackControl?)
Content copied to clipboard
Constructors
Link copied to clipboard
                fun PlayPayload(    sourceType: DefaultAudioPlayerAgent.SourceType?,     playServiceId: String,     cacheKey: String?,     audioItem: AudioItem,     playStackControl: PlayStackControl?)
Content copied to clipboard
Properties
Link copied to clipboard
                @SerializedName(value = "playStackControl") 
Content copied to clipboard
Link copied to clipboard
                @SerializedName(value = "sourceType") 
Content copied to clipboard