Contents

stateSerialization

The sync engine’s serialized state.

Declaration

@property (copy) CKSyncEngineStateSerialization * stateSerialization;

Discussion

This property returns the value you specify for the initializer’s stateSerialization parameter. If you choose to set this property after initialization, assign the state from the most recent CKSyncEngineStateUpdateEvent handled by your delegate. However, If this is the first initialization of the associated sync engine, specify nil instead.

The default value is nil.

See Also

Managing attributes