CKChangesetUpdateConfigurationProvider Protocol Reference

Declared in CKChangesetUpdateConfiguration.h

Overview

The delegate responsible to provide an update behavior to each changeset in input.

– updateConfigurationForChangeset: required method

The changeset that is going to be applied with the returned configuration.

- (CKChangesetUpdateConfiguration)updateConfigurationForChangeset:(CKDataSourceChangeset *)changeset

Parameters

changeset

The changeset that is going to be applied with the returned configuration.

Return Value

The most optimized configuration that is used to drive the application of a changeset.

Declared In

CKChangesetUpdateConfiguration.h