---
title: HIDDeviceManager.Notification
framework: corehid
role: symbol
role_heading: Enumeration
path: corehid/hiddevicemanager/notification
---

# HIDDeviceManager.Notification

Notifications for HID devices.

## Declaration

```swift
enum Notification
```

## Overview

Overview You can receive these notifications using monitorNotifications(matchingCriteria:).

## Topics

### Enumeration Cases

- [HIDDeviceManager.Notification.deviceMatched(_:)](corehid/hiddevicemanager/notification/devicematched(_:).md)
- [HIDDeviceManager.Notification.deviceRemoved(_:)](corehid/hiddevicemanager/notification/deviceremoved(_:).md)

## Relationships

### Conforms To

- [Sendable](swift/sendable.md)
- [SendableMetatype](swift/sendablemetatype.md)

## See Also

### Monitor device notifications

- [monitorNotifications(matchingCriteria:)](corehid/hiddevicemanager/monitornotifications(matchingcriteria:).md)
