---
title: CKSyncEngineFetchChangesContext
framework: cloudkit
role: symbol
role_heading: Class
path: cloudkit/cksyncenginefetchchangescontext
---

# CKSyncEngineFetchChangesContext

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

## Declaration

```occ
@interface CKSyncEngineFetchChangesContext : NSObject
```

## Overview

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

## Topics

### Instance Properties

- [options](cloudkit/cksyncenginefetchchangescontext/options.md)
- [reason](cloudkit/cksyncenginefetchchangescontext/reason.md)

## Relationships

### Inherits From

- [NSObject](objectivec/nsobject-swift.class.md)
