CKQuerySubscriptionOptions Enum

Definition

Enumerates the time or times when a CKSubscription fires a notification.

[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.iOS, 10, 0, ObjCRuntime.PlatformArchitecture.All, null)]
[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.MacOSX, 10, 12, ObjCRuntime.PlatformArchitecture.All, null)]
[ObjCRuntime.Unavailable(ObjCRuntime.PlatformName.WatchOS, ObjCRuntime.PlatformArchitecture.All, null)]
public enum CKQuerySubscriptionOptions
type CKQuerySubscriptionOptions = 
Inheritance
CKQuerySubscriptionOptions
Attributes

Fields

FiresOnce 8
RecordCreation 1
RecordDeletion 4
RecordUpdate 2

Applies to