API Differences in CloudKit in macOS 14.2

It's more difficult than it used to be to find what changed in Apple SDKs. This page is automatically generated and shows what is new in CloudKit in the macOS 14.2 SDK.

Table of Contents

Properties & Constants

CKSyncEngine.FetchChangesContext
public var description: Swift.String
DidFetchChanges
public let context: CloudKit.CKSyncEngine.FetchChangesContext
WillFetchChanges
public let context: CloudKit.CKSyncEngine.FetchChangesContext
CKSyncEngineWillFetchChangesEvent
@property(nonatomic, strong, readonly) CKSyncEngineFetchChangesContext * _Nonnull context;
CKSyncEngineDidFetchChangesEvent
@property(nonatomic, strong, readonly) CKSyncEngineFetchChangesContext * _Nonnull context;

Conformances

CKSyncEngine.FetchChangesContext
Swift.CustomStringConvertible

Functions & Methods

CKSyncEngineFetchChangesScope
- (BOOL)containsZoneID:(nonnull CKRecordZoneID *)zoneID;