---
title: "skipForward(with:expectedValues:expectedValueInterval:completionHandler:)"
framework: matter
role: symbol
role_heading: Instance Method
path: "matter/mtrclustermediaplayback/skipforward(with:expectedvalues:expectedvalueinterval:completionhandler:)"
---

# skipForward(with:expectedValues:expectedValueInterval:completionHandler:)

## Declaration

```swift
func skipForward(with params: MTRMediaPlaybackClusterSkipForwardParams, expectedValues expectedDataValueDictionaries: [[String : Any]]?, expectedValueInterval expectedValueIntervalMs: NSNumber?, completionHandler: @escaping @Sendable (MTRMediaPlaybackClusterPlaybackResponseParams?, (any Error)?) -> Void)
```

```swift
func skipForward(with params: MTRMediaPlaybackClusterSkipForwardParams, expectedValues expectedDataValueDictionaries: [[String : Any]]?, expectedValueInterval expectedValueIntervalMs: NSNumber?) async throws -> MTRMediaPlaybackClusterPlaybackResponseParams
```
