Platforms to show: All Mac Windows Linux Cross-Platform

Back to CKDiscoverUserIdentitiesOperationMBS class.

CKDiscoverUserIdentitiesOperationMBS.Constructor

Type Topic Plugin Version macOS Windows Linux iOS Targets
method CloudKit MBS Mac64bit Plugin 16.5 ✅ Yes ❌ No ❌ No ✅ Yes All
Initializes and returns an operation object configured to discover user identities.

You can use the returned CKDiscoverUserIdentitiesOperation only once. When executed, this query object processes the share metadata.

See also:

CKDiscoverUserIdentitiesOperationMBS.Constructor(userIdentityLookupInfos() as CKUserIdentityLookupInfoMBS)

Type Topic Plugin Version macOS Windows Linux iOS Targets
method CloudKit MBS Mac64bit Plugin 16.5 ✅ Yes ❌ No ❌ No ✅ Yes All
Initializes and returns an operation object configured to discover all user identities associated with the specified lookup info.

userIdentityLookupInfos: An array of CKUserIdentityLookupInfoMBS objects. This parameter is used to initialize the value in the userIdentityLookupInfos property. If you specify nil, you must assign an appropriate value to the userIdentityLookupInfos property before executing the operation.

Returns an initialized operation object.

See also:

CKDiscoverUserIdentitiesOperationMBS.Destructor

Type Topic Plugin Version macOS Windows Linux iOS Targets
method CloudKit MBS Mac64bit Plugin 21.2 ✅ Yes ❌ No ❌ No ✅ Yes All
Destructor

CKDiscoverUserIdentitiesOperationMBS.setUserIdentityLookupInfos(IDs() as CKUserIdentityLookupInfoMBS)

Type Topic Plugin Version macOS Windows Linux iOS Targets
method CloudKit MBS Mac64bit Plugin 16.5 ✅ Yes ❌ No ❌ No ✅ Yes All
Sets the lookup info (email address, phone number, or record ID) used to discover user identities.

Use this property to view or change the lookup info used to discover user identities. If you intend to specify or change the value of this property, do so before executing the operation or submitting the operation object to a queue.

CKDiscoverUserIdentitiesOperationMBS.userIdentityLookupInfos as CKUserIdentityLookupInfoMBS()

Type Topic Plugin Version macOS Windows Linux iOS Targets
method CloudKit MBS Mac64bit Plugin 16.5 ✅ Yes ❌ No ❌ No ✅ Yes All
The lookup info (email address, phone number, or record ID) used to discover user identities.

Use this property to view or change the lookup info used to discover user identities. If you intend to specify or change the value of this property, do so 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...