<!--
{
  "availability" : [
    "iOS: 14.0.0 -",
    "iPadOS: 14.0.0 -",
    "macCatalyst: 14.0.0 -",
    "macOS: 11.0.0 -",
    "visionOS: 1.0.0 -"
  ],
  "documentType" : "symbol",
  "framework" : "ClassKit",
  "identifier" : "/documentation/ClassKit/CLSProgressReportingCapability/init(kind:details:)",
  "metadataVersion" : "0.1.0",
  "role" : "Initializer",
  "symbol" : {
    "kind" : "Initializer",
    "modules" : [
      "ClassKit"
    ],
    "preciseIdentifier" : "c:objc(cs)CLSProgressReportingCapability(im)initWithKind:details:"
  },
  "title" : "init(kind:details:)"
}
-->

# init(kind:details:)

Creates a new progress reporting capability of the given type with a descriptive string.

```
init(kind: CLSProgressReportingCapability.Kind, details: String?)
```

## Parameters

`kind`

The type of progress reporting, like duration or a final score, that this capability represents.

`details`

A description of the metric, given as a localized string.

## Discussion

---

Copyright &copy; 2026 Apple Inc. All rights reserved. | [Terms of Use](https://www.apple.com/legal/internet-services/terms/site.html) | [Privacy Policy](https://www.apple.com/privacy/privacy-policy)