<!--
{
  "availability" : [
    "iOS: 8.0.0 -",
    "iPadOS: 8.0.0 -",
    "macCatalyst: 13.1.0 -",
    "macOS: 10.10.0 -",
    "tvOS: -",
    "visionOS: 1.0.0 -",
    "watchOS: 3.0.0 -"
  ],
  "documentType" : "symbol",
  "framework" : "CloudKit",
  "identifier" : "/documentation/CloudKit/CKNotification/NotificationType-swift.enum",
  "metadataVersion" : "0.1.0",
  "role" : "Enumeration",
  "symbol" : {
    "kind" : "Enumeration",
    "modules" : [
      "CloudKit"
    ],
    "preciseIdentifier" : "c:@E@CKNotificationType"
  },
  "title" : "CKNotification.NotificationType"
}
-->

# CKNotification.NotificationType

Constants that indicate the type of event that generates the push notification.

```
enum NotificationType
```

## Topics

### Notification Types

[`CKNotification.NotificationType.query`](/documentation/CloudKit/CKNotification/NotificationType-swift.enum/query)

A notification that CloudKit generates from a query subscription’s predicate.

[`CKNotification.NotificationType.database`](/documentation/CloudKit/CKNotification/NotificationType-swift.enum/database)

A notification that CloudKit generates when the contents of a database change.

[`CKNotification.NotificationType.recordZone`](/documentation/CloudKit/CKNotification/NotificationType-swift.enum/recordZone)

A notification that CloudKit generates when the contents of a record zone change.

[`CKNotification.NotificationType.readNotification`](/documentation/CloudKit/CKNotification/NotificationType-swift.enum/readNotification)

A notification that your app marks as read.



---

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)