API Differences in CloudKit in macOS 14.2

It can be difficult to find what changed in Apple SDKs. These pages are algorithmically generated and show 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;