---
title: kind
framework: accessorynotifications
role: symbol
role_heading: Instance Property
path: accessorynotifications/alertingcontext/kind-swift.property
---

# kind

A classification for the notification type.

## Declaration

```swift
var kind: AlertingContext.Kind { get }
```

## Discussion

Discussion Use this property to apply specialized handling for different notification types such as incoming calls, alarms, or timers.

## See Also

### Classifying the notification type

- [AlertingContext.Kind](accessorynotifications/alertingcontext/kind-swift.enum.md)
