CKSubscriptionType Enum

Definition

Enumerates subscription types.

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

Fields

Database 3
Query 1

The subscription tracks data lifecycle events for records that satisfy a query.

RecordZone 2

The subscription tracks data lifecycle events for records in a particular record zone.

Applies to