Contents

lookupInfos(withEmails:)

Returns an array of lookup infos for the specified email addresses.

Declaration

class func lookupInfos(withEmails emails: [String]) -> [CKUserIdentity.LookupInfo]

Parameters

  • emails:

    The email addresses for looking up the user identities.

Discussion

Use the values that this method returns in an CKDiscoverUserIdentitiesOperation operation or an CKFetchShareParticipantsOperation operation to retrieve the corresponding user identities.

See Also

Creating Multiple Lookup Infos