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

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

## Declaration

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

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