---
title: "skip(with:completionHandler:)"
framework: matter
role: symbol
role_heading: Instance Method
path: "matter/mtrbaseclusterchannel/skip(with:completionhandler:)"
---

# skip(with:completionHandler:)

## Declaration

```swift
func skip(with params: MTRChannelClusterSkipChannelParams, completionHandler: @escaping @Sendable ((any Error)?) -> Void)
```

```swift
func skip(with params: MTRChannelClusterSkipChannelParams) async throws
```
