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

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

## Declaration

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

```swift
func resume(with params: MTRRVCOperationalStateClusterResumeParams?, expectedValues expectedDataValueDictionaries: [[String : Any]]?, expectedValueInterval expectedValueIntervalMs: NSNumber?) async throws -> MTRRVCOperationalStateClusterOperationalCommandResponseParams
```
