ButtonBrowser Protocol Reference

ButtonBrowser

Undocumented

Opening a URL

Opens a URL in the Browser. Works with direct and non-direct partnerships.

Declaration

Parameters

<br> url<br> The URL to open (required).

Opens a URL in the Browser with a configuration object. Works with direct and non-direct partnerships.

Declaration

Parameters

<br> url<br> The URL to open (required).
<br> config<br> An object used to configure the Browser (optional).

Opens a URL in the Browser with a completion handler. Works with direct and non-direct partnerships.

Declaration

Parameters

<br> url<br> The URL to open (required).
<br> completionHandler<br> A block that is invoked after opening the URL (optional).

Opens a URL in the Browser with a configuration object and a completion handler. Works with direct and non-direct partnerships.

Declaration

Parameters

<br> url<br> The URL to open (required).
<br> config<br> An object used to configure the Browser (optional).
<br> completionHandler<br> A block that is invoked after opening the URL (optional).

Opens a URL in the Browser. Works with direct and non-direct partnerships.

Declaration

Parameters

<br> url<br> The URL to open (required).
<br> title<br> A title to set on the Browser (optional).
<br> subtitle<br> A subtitle to set on the Browser (optional).
<br> completionHandler<br> A block that is invoked after opening the URL (optional).