Contents

stateSerialization

The sync engine’s serialized state.

Declaration

var stateSerialization: CKSyncEngine.State.Serialization?

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 CKSyncEngine.Event.stateUpdate(_:) event 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