CKQueryNotificationReason Enum

Definition

Enumerates the persistent storage events that can trigger data lifecycle notifications.

[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.WatchOS, 3, 0, ObjCRuntime.PlatformArchitecture.All, null)]
[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.iOS, 8, 0, ObjCRuntime.PlatformArchitecture.All, null)]
[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.MacOSX, 10, 10, ObjCRuntime.PlatformArchitecture.All, null)]
public enum CKQueryNotificationReason
type CKQueryNotificationReason = 
Inheritance
CKQueryNotificationReason
Attributes

Fields

RecordCreated 1

A record that matched the subscription's query was created.

RecordDeleted 3

A record that matched the subscription's query was deleted.

RecordUpdated 2

A record that matched the subscription's query was updated.

Applies to