2016-09-14 76 views

回答

0

深层链接将用户发送到另一个应用程序中的特定实例。您无法将视频从Nest应用“拉”到您的应用中。

0

app_url用于启动Nest应用程序。我相信你可以在你的iOS应用程序中使用web_url和WKWebView的主机。

/** 
* Returns a web URL (deep link) to the live camera feed at home.nest.com. 
* 
* @return A web URL (deep link) to the live camera feed at home.nest.com. 
*/ 
@JsonGetter(KEY_WEB_URL) 
public String getWebUrl() { 
    return mWebUrl; 
} 
相关问题