---
title: MTRClusterICDManagement
framework: matter
role: symbol
role_heading: Class
path: matter/mtrclustericdmanagement
---

# MTRClusterICDManagement

Cluster ICD Management Allows servers to ensure that listed clients are notified when a server is available for communication.

## Declaration

```swift
class MTRClusterICDManagement
```

## Topics

### Initializers

- [init(device:endpointID:queue:)](matter/mtrclustericdmanagement/init(device:endpointid:queue:).md)

### Instance Methods

- [readAttributeAcceptedCommandList(with:)](matter/mtrclustericdmanagement/readattributeacceptedcommandlist(with:).md)
- [readAttributeActiveModeDuration(with:)](matter/mtrclustericdmanagement/readattributeactivemodeduration(with:).md)
- [readAttributeActiveModeThreshold(with:)](matter/mtrclustericdmanagement/readattributeactivemodethreshold(with:).md)
- [readAttributeAttributeList(with:)](matter/mtrclustericdmanagement/readattributeattributelist(with:).md)
- [readAttributeClientsSupportedPerFabric(with:)](matter/mtrclustericdmanagement/readattributeclientssupportedperfabric(with:).md)
- [readAttributeClusterRevision(with:)](matter/mtrclustericdmanagement/readattributeclusterrevision(with:).md)
- [readAttributeFeatureMap(with:)](matter/mtrclustericdmanagement/readattributefeaturemap(with:).md)
- [readAttributeGeneratedCommandList(with:)](matter/mtrclustericdmanagement/readattributegeneratedcommandlist(with:).md)
- [readAttributeICDCounter(with:)](matter/mtrclustericdmanagement/readattributeicdcounter(with:).md)
- [readAttributeIdleModeDuration(with:)](matter/mtrclustericdmanagement/readattributeidlemodeduration(with:).md)
- [readAttributeMaximumCheckInBackOff(with:)](matter/mtrclustericdmanagement/readattributemaximumcheckinbackoff(with:).md)
- [readAttributeOperatingMode(with:)](matter/mtrclustericdmanagement/readattributeoperatingmode(with:).md)
- [readAttributeRegisteredClients(with:)](matter/mtrclustericdmanagement/readattributeregisteredclients(with:).md)
- [readAttributeUserActiveModeTriggerHint(with:)](matter/mtrclustericdmanagement/readattributeuseractivemodetriggerhint(with:).md)
- [readAttributeUserActiveModeTriggerInstruction(with:)](matter/mtrclustericdmanagement/readattributeuseractivemodetriggerinstruction(with:).md)
- [registerClient(with:expectedValues:expectedValueInterval:completion:)](matter/mtrclustericdmanagement/registerclient(with:expectedvalues:expectedvalueinterval:completion:).md)
- [stayActiveRequest(with:expectedValues:expectedValueInterval:completion:)](matter/mtrclustericdmanagement/stayactiverequest(with:expectedvalues:expectedvalueinterval:completion:).md)
- [unregisterClient(with:expectedValues:expectedValueInterval:completion:)](matter/mtrclustericdmanagement/unregisterclient(with:expectedvalues:expectedvalueinterval:completion:).md)

## Relationships

### Inherits From

- [MTRGenericCluster](matter/mtrgenericcluster.md)

### Conforms To

- [CVarArg](swift/cvararg.md)
- [CustomDebugStringConvertible](swift/customdebugstringconvertible.md)
- [CustomStringConvertible](swift/customstringconvertible.md)
- [Equatable](swift/equatable.md)
- [Hashable](swift/hashable.md)
- [NSObjectProtocol](objectivec/nsobjectprotocol.md)
