---
title: "launchURL(with:expectedValues:expectedValueInterval:completion:)"
framework: matter
role: symbol
role_heading: Instance Method
path: "matter/mtrclustercontentlauncher/launchurl(with:expectedvalues:expectedvalueinterval:completion:)"
---

# launchURL(with:expectedValues:expectedValueInterval:completion:)

## Declaration

```swift
func launchURL(with params: MTRContentLauncherClusterLaunchURLParams, expectedValues expectedDataValueDictionaries: [[String : Any]]?, expectedValueInterval expectedValueIntervalMs: NSNumber?, completion: @escaping @Sendable (MTRContentLauncherClusterLauncherResponseParams?, (any Error)?) -> Void)
```

```swift
func launchURL(with params: MTRContentLauncherClusterLaunchURLParams, expectedValues expectedDataValueDictionaries: [[String : Any]]?, expectedValueInterval expectedValueIntervalMs: NSNumber?) async throws -> MTRContentLauncherClusterLauncherResponseParams
```
