blockRequesters(_:)
Blocks specified users from requesting access to this share.
Declaration
func blockRequesters(_ requesters: [CKShare.AccessRequester])Parameters
- requesters:
An array of Accessrequester objects to block.
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.