Contents

blockRequesters(_:)

Blocks specified users from requesting access to this share.

Declaration

func blockRequesters(_ requesters: [CKShare.AccessRequester])

Parameters

Discussion

Blocking prevents users from submitting future access requests and removes existing participants from the share. Blocked requesters appear in the blockedIdentities array.

To persist this change, save the share to the server after calling this method.

Only the share owner or an administrator can invoke this method. Attempts by other participants result in an exception.