Contents

init(userIdentityLookupInfos:)

Creates an operation for generating share participants from the specified user data.

Declaration

convenience init(userIdentityLookupInfos: [CKUserIdentity.LookupInfo])

Parameters

  • userIdentityLookupInfos:

    The user data for the participants. If you specify nil, you must assign a value to the Useridentitylookupinfos property before you execute this operation.

Discussion

After you create the operation, assign a handler to the fetchShareParticipantsCompletionBlock property to process the results.

See Also

Creating an Operation