# `GSCallbackHandler activeReportersMap`

*Type Method*

All currently active reporter instances mapped from their class name.

## Declaration

```swift
@MainActor class func activeReportersMap() -> [String : any GlyphsReporter & NSObjectProtocol]
```

```objc
+ (NSDictionary<NSString *,NSObject<GlyphsReporter> *> *) activeReportersMap;
```

```python
activeReportersMap() -> dict[str, NSObject<GlyphsReporter>]
```

