cast.framework.messages. PlayStringRequestData
class static
PlayString request data.
Constructor
PlayStringRequestData
new PlayStringRequestData(stringId, opt_arguments)
Parameter |
|
---|---|
stringId |
cast.framework.messages.PlayStringId Value must not be null. |
opt_arguments |
Optional Array of string Value must not be null. |
Properties
arguments
(non-null Array of string or undefined)
An optional array of string values to be filled into the text.
stringId
non-null cast.framework.messages.PlayStringId
An identifier for the text to be played back.