Contents

CKSyncEngine.Event

Describes an event that occurs during a sync operation.

Declaration

enum Event

Overview

While syncing, CKSyncEngine posts several different types of events. Each event has an associated struct value with details describing the nature of the event.

See the documentation for each event struct for more details about when and why an event is posted.

Topics

Account changes

Remote database changes

Remote record zone changes

Pending local changes

State updates

Debugging the event

Default Implementations

See Also

Handling sync events