Contents

recordZoneWithIDWasPurgedBlock

The closure to execute when CloudKit purges a record zone.

Declaration

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

Discussion

The closure returns no value and takes the following parameter:

zoneID

The purged record zone’s ID.

See Also

Processing the Operation’s Results