Contents

changeTokenUpdatedBlock

The closure to execute when the change token updates.

Declaration

var changeTokenUpdatedBlock: ((CKServerChangeToken) -> Void)? { get set }

Discussion

The closure executes periodically, and provides a new change token so that you don’t need to refetch previously fetched record zone changes in a subsequent operation.

See Also

Processing the Operation’s Results