string setURL(string deviceId, string url)
This function can be used to set the KioWare Chromecast iframe to the URL specified. It will return a GUID if it successfully queued the message (only works if using KioWare for Android's default "App ID" and "Namespace".
Note: The URL must begin with"HTTPS", and the secure socket layer (SSL) certificate MUST be valid. It also needs to render well in an iframe (google.com and some other sites do not).
Parameters
Name | Description |
deviceId | The ID of the device to send the message to. |
url | The URL to send. |
Return
The GUID of the message, if queued successfully.