---
title: WKHapticType.notification
framework: watchkit
role: symbol
role_heading: Case
path: watchkit/wkhaptictype/notification
---

# WKHapticType.notification

Alerts the user to an arrived notification when the Watch app is not running in the foreground.

## Declaration

```swift
case notification
```

## See Also

### Constants

- [WKHapticType.directionUp](watchkit/wkhaptictype/directionup.md)
- [WKHapticType.directionDown](watchkit/wkhaptictype/directiondown.md)
- [WKHapticType.success](watchkit/wkhaptictype/success.md)
- [WKHapticType.failure](watchkit/wkhaptictype/failure.md)
- [WKHapticType.retry](watchkit/wkhaptictype/retry.md)
- [WKHapticType.start](watchkit/wkhaptictype/start.md)
- [WKHapticType.stop](watchkit/wkhaptictype/stop.md)
- [WKHapticType.click](watchkit/wkhaptictype/click.md)
- [WKHapticType.navigationGenericManeuver](watchkit/wkhaptictype/navigationgenericmaneuver.md)
- [WKHapticType.navigationLeftTurn](watchkit/wkhaptictype/navigationleftturn.md)
- [WKHapticType.navigationRightTurn](watchkit/wkhaptictype/navigationrightturn.md)
