Share via


CKFetchShareParticipantsOperationPerShareParticipantCompletionHandler Delegate

Definition

public delegate void CKFetchShareParticipantsOperationPerShareParticipantCompletionHandler(CKUserIdentityLookupInfo? identityLookupInfo, CKShareParticipant? participant, NSError? error);
type CKFetchShareParticipantsOperationPerShareParticipantCompletionHandler = delegate of CKUserIdentityLookupInfo * CKShareParticipant * NSError -> unit

Parameters

identityLookupInfo
CKUserIdentityLookupInfo
participant
CKShareParticipant
error
NSError

Applies to