---
title: "keySetReadAllIndices(with:completion:)"
framework: matter
role: symbol
role_heading: Instance Method
path: "matter/mtrbaseclustergroupkeymanagement/keysetreadallindices(with:completion:)"
---

# keySetReadAllIndices(with:completion:)

## Declaration

```swift
func keySetReadAllIndices(with params: MTRGroupKeyManagementClusterKeySetReadAllIndicesParams?, completion: @escaping @Sendable (MTRGroupKeyManagementClusterKeySetReadAllIndicesResponseParams?, (any Error)?) -> Void)
```

```swift
func keySetReadAllIndices(with params: MTRGroupKeyManagementClusterKeySetReadAllIndicesParams?) async throws -> MTRGroupKeyManagementClusterKeySetReadAllIndicesResponseParams
```
