Online Documentation - Statistics - FAQ - Plugin Parts (All, Dependencies) - Class hierarchy
New in Version 22.2 22.3 22.4 22.5 23.0 23.1 23.2 23.3 23.4 23.5 24.0 24.1
The list of the topics, classes, interfaces, controls, modules, global methods by category, global methods by name, screenshots, licenses and examples.
Platforms to show: All Mac Windows Linux Cross-Platform
Super class: CKNotificationMBS
Type | Topic | Plugin | Version | macOS | Windows | Linux | iOS | Targets |
class | CloudKit | MBS Mac64bit Plugin | 16.5 | ✅ Yes | ❌ No | ❌ No | ✅ Yes | All |
Zone-related changes occur when existing records in the zone are modified, when new records are added, and when existing records are deleted. Use instances of this class to determine which zone triggered the notification.
You do not create instances of this class directly. When your app receives a push notification, call the notificationFromRemoteNotificationDictionary method of CKNotificationMBS to generate a notification object of the appropriate type. You can also fetch previously delivered notifications from a container using a CKFetchNotificationChangesOperationMBS object. If the notification was triggered due to a record zone change, the operation object delivers an instance of CKRecordZoneNotificationMBS with its notificationType property set to CKNotificationTypeRecordZoneMBS. Use the record zone notification object to get the record zone information and other push-related data.
If a push notification’s payload is too large, pieces of data may be dropped until the payload meets the allowed size limit. The data that alerts the user is the most important and is dropped last. Data values in this class are among the first to be dropped, with values being dropped in the following order:
1. containerIdentifier—defined in the CKNotification class.
2. recordZoneID
3. Other properties of the CKNotification class.
Subclass of the CKNotificationMBS class.
This is an abstract class. You can't create an instance, but you can get one from various plugin functions.
Constant | Value | Description |
---|---|---|
TypeDatabase | 4 |
A notification generated when the contents of a database changed. |
TypeQuery | 1 |
A notification generated based on the conditions set forth in a subscription object. |
TypeReadNotification | 3 |
A notification that your app previously marked as read using a CKMarkNotificationsReadOperationMBS object. |
TypeRecordZone | 2 |
A notification generated when the contents of a record zone changed. |
This class has no sub classes.
The items on this page are in the following plugins: MBS Mac64bit Plugin.
CKRecordZoneMBS - CKRecordZoneSubscriptionMBS