lookupInfos(with:)
Returns an array of lookup infos for the specified user record IDs.
Declaration
class func lookupInfos(with recordIDs: [CKRecord.ID]) -> [CKUserIdentity.LookupInfo]Parameters
- recordIDs:
The user record IDs 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.