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

# launchContent(with:completion:)

## Declaration

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

```swift
func launchContent(with params: MTRContentLauncherClusterLaunchContentParams) async throws -> MTRContentLauncherClusterLauncherResponseParams
```
