Platforms to show: All Mac Windows Linux Cross-Platform

Back to CKDiscoverUserInfosOperationMBS class.

CKDiscoverUserInfosOperationMBS.discoverUserInfosCompleted(emailsToUserInfos as Dictionary, userRecordIDsToUserInfos as Dictionary, operationError as NSErrorMBS)

Type Topic Plugin Version macOS Windows Linux iOS Targets
event CloudKit MBS Mac64bit Plugin 16.5 ✅ Yes ❌ No ❌ No ❌ No
The event to use to process the search results.

The event has no return value and takes the following parameters:

emailsToUserInfos: A dictionary whose keys are events with the email addresses you provided in the emailAddresses property. The value of each key is a CKDiscoveredUserInfo object that identifies the user associated with the email address. Use that object to get the user’s name and fetch the corresponding user record.
userRecordIDsToUserInfos: A dictionary whose keys are the CKRecordIDMBS objects you provided. The value of each key is a CKDiscoveredUserInfo object that identifies the user associated with the user record. You can use that object to get the user’s name.
operationError: An error object containing information about a problem, or nil if the results are retrieved successfully.

This event is executed only once, at the conclusion of the operation. If you intend to use this block to process results, set it before executing the operation or submitting the operation object to a queue.

The items on this page are in the following plugins: MBS Mac64bit Plugin.


The biggest plugin in space...