You.i Engine
YiWebBrowserBridge.h
Go to the documentation of this file.
1 // © You i Labs Inc. 2000-2017. All rights reserved.
2 #ifndef _YI_WEB_BROWSER_BRIDGE_H_
3 #define _YI_WEB_BROWSER_BRIDGE_H_
4 
10 #include "framework/YiPredef.h"
11 #include "signal/YiSignalHandler.h"
12 
13 class CYIDeepLinkBridge;
14 class CYIUrl;
15 
25 {
26 public:
27  virtual ~CYIWebBrowserBridge() {}
28 
32  static bool IsBrowserAvailable();
33 
41  bool OpenWebBrowser(const CYIUrl &rURL);
42 };
43 
48 #endif // _YI_WEB_BROWSER_BRIDGE_H_
bool OpenWebBrowser(const CYIUrl &rURL)
static bool IsBrowserAvailable()
Utility to open a web browser as an external application. This is in contrast to a CYIWebViewBridge w...
Definition: YiWebBrowserBridge.h:24
A class used to encapsulate an URL.
Definition: YiUrl.h:24
Class for accessing deep link urls which launched the app, and for launching other apps using urls...
Definition: YiDeepLinkBridge.h:16
virtual ~CYIWebBrowserBridge()
Definition: YiWebBrowserBridge.h:27