TemplatePayload
data class TemplatePayload( val playServiceId: String?, val token: String?, val duration: String?, val contextLayer: DisplayAgentInterface.ContextLayer?, val playStackControl: PlayStackControl?, val historyControl: HistoryControl?)
Content copied to clipboard
Constructors
Link copied to clipboard
fun TemplatePayload( playServiceId: String?, token: String?, duration: String?, contextLayer: DisplayAgentInterface.ContextLayer?, playStackControl: PlayStackControl?, historyControl: HistoryControl?)
Content copied to clipboard
Functions
Properties
Link copied to clipboard
@SerializedName(value = "contextLayer")
Content copied to clipboard
Link copied to clipboard
@SerializedName(value = "historyControl")
Content copied to clipboard
Link copied to clipboard
@SerializedName(value = "playStackControl")
Content copied to clipboard