virtual void NavigateToUrl(const String& url) = 0;
NavigateToUrl is called when the user is expected to open a resource in an external application. In most cases this would be to open a webpage in a web browser.
Parameters |
Description |
const String& url |
The URL to navigate to. This can include any string, therefore validity is not guaranteed and is left up to the developer. |