一个简单的问题..。
I haven't dived into the chromecast docs yet
but can someone lend some knowledge, that's probably
already out there.
When a chromecast icon is pressed within an application is there anyway
either from thirdparty apps or my own, have muliple http requests executed
so that the chromecast is activated and some other process is started via
web services aswell?谢谢
发布于 2014-01-22 15:16:06
是的,作为发件人应用程序的开发人员,一旦用户与按钮交互,您可以做任何您想做的事情。该按钮是应用程序的一部分,因此允许向web服务发送消息。
请查看文档:sender,以获得关于一切如何工作的更多细节。
https://stackoverflow.com/questions/21281010
复制相似问题