Platforms to show: All Mac Windows Linux Cross-Platform

Back to CKDiscoverAllUserIdentitiesOperationMBS class.

CKDiscoverAllUserIdentitiesOperationMBS.discoverAllUserIdentitiesCompleted(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 execute with the results.

operationError: An error object that contains the information about a problem or nil if the results are retrieved successfully.

This event is executed only once and represents your last chance to process the operation results. It is executed after all of the individual progress blocks but before the operation’s completed event. The block is executed serially with respect to the other progress blocks of the operation. If you intend to use this block to process results, update the value of this property before executing the operation or submitting the operation object to a queue.

CKDiscoverAllUserIdentitiesOperationMBS.userIdentityDiscovered(identity as CKUserIdentityMBS)

Type Topic Plugin Version macOS Windows Linux iOS Targets
event CloudKit MBS Mac64bit Plugin 16.5 ✅ Yes ❌ No ❌ No ❌ No
The event to execute for each user identity returned.

identity: A CKUserIdentityMBS object that was discovered in the device’s contacts.

This event is executed once for each identity that is discovered. Each time the block is executed, it is executed serially with respect to the other progress blocks 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...