Platforms to show: All Mac Windows Linux Cross-Platform

Back to CKFetchShareParticipantsOperationMBS class.

CKFetchShareParticipantsOperationMBS.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 fetch share participants.

You can use the returned CKFetchShareParticipantsOperation only once. When executed, this query object fetches the share participants.

Note
If userIdentityLookupInfos is not set prior to executing the operation, it returns immediately with no results.

See also:

CKFetchShareParticipantsOperationMBS.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 fetch the specified share participants.

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 userIdentityLookupInfosuserIdentityLookupInfos property before executing this operation.

Returns an initialized operation object.

See also:

CKFetchShareParticipantsOperationMBS.Destructor

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

CKFetchShareParticipantsOperationMBS.setUserIdentityLookupInfos(userIdentityLookupInfos() 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 user identities that are used to fetch the share participants.

Use this property to view or change the user identities you want to fetch against. 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.

Note
If userIdentityLookupInfos is not set prior to executing the operation, it returns immediately with no results.

CKFetchShareParticipantsOperationMBS.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 user identities that are used to fetch the share participants.

Use this property to view or change the user identities you want to fetch against. 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.

Note
If userIdentityLookupInfos is not set prior to executing the operation, it returns immediately with no results.

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


The biggest plugin in space...