Contents

initWithConfiguration:

Creates a sync engine with the specified configuration.

Declaration

- (instancetype) initWithConfiguration:(CKSyncEngineConfiguration *) configuration;

Parameters

  • configuration:

    The attributes of the new sync engine, such as the associated database and the object to use as the engine’s delegate. For more information, see Cksyncengineconfiguration.

Return Value

A configured sync engine.

See Also

Creating a sync engine