# ButtonBrowser

Undocumented

### Opening a URL

- `open(url:)`

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

#### Declaration

#### Parameters

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

- `open(url:config:)`

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). |

- `open(url:)`

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). |

- `open(url:config:)`

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). |

- `open(url:title:subtitle:)`

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). |
