Contents

CKSyncEngine.FetchChangesContext

The context of an attempt to fetch changes from the server.

Declaration

struct FetchChangesContext

Overview

The sync engine might attempt to fetch changes from the server for many reasons. For example, if you call fetchChanges(_:), it tries to fetch changes immediately. Or if it receives a push notification, it schedules an automatic sync and fetch changes when the scheduler task runs.

Topics

Instance Properties