You.i Engine
CYIWebBrowserBridge Class Reference

Detailed Description

Utility to open a web browser as an external application. This is in contrast to a CYIWebViewBridge which can be used to open a web view in the same process as the application.

This bridge is available on all mobile platforms.

See also
CYIWebViewBridge
CYIWebView

#include <platform/YiWebBrowserBridge.h>

Public Member Functions

virtual ~CYIWebBrowserBridge ()
 
bool OpenWebBrowser (const CYIUrl &rURL)
 

Static Public Member Functions

static bool IsBrowserAvailable ()
 

Constructor & Destructor Documentation

virtual CYIWebBrowserBridge::~CYIWebBrowserBridge ( )
inlinevirtual

Member Function Documentation

static bool CYIWebBrowserBridge::IsBrowserAvailable ( )
static

Returns true if a web browser is available, and false otherwise.

bool CYIWebBrowserBridge::OpenWebBrowser ( const CYIUrl rURL)

Open a web browser at the specified URL.

Note: The "http://" protocol is default.

Return true if the URL can be opened, false otherwise.


The documentation for this class was generated from the following file: