---
title: "launchURL(with:completion:)"
framework: matter
role: symbol
role_heading: Instance Method
path: "matter/mtrbaseclustercontentlauncher/launchurl(with:completion:)"
---

# launchURL(with:completion:)

## Declaration

```swift
func launchURL(with params: MTRContentLauncherClusterLaunchURLParams, completion: @escaping @Sendable (MTRContentLauncherClusterLauncherResponseParams?, (any Error)?) -> Void)
```

```swift
func launchURL(with params: MTRContentLauncherClusterLaunchURLParams) async throws -> MTRContentLauncherClusterLauncherResponseParams
```
