Contents

recordZoneWithIDChangedBlock

The closure to execute with a single record zone change.

Declaration

var recordZoneWithIDChangedBlock: ((CKRecordZone.ID) -> Void)? { get set }

Discussion

The closure returns no value and takes the following parameter:

zoneID

The ID of the record zone that contains changes.

See Also

Processing the Operation’s Results